Windows Package Manager v1.29.30-preview Release | GitHub
https://github.com/microsoft/winget-cli/releases/tag/v1.29.30-preview
#winget #packagemanager #windows #windowsdev #msix #packaging
Windows Package Manager v1.29.30-preview Release | GitHub
https://github.com/microsoft/winget-cli/releases/tag/v1.29.30-preview
#winget #packagemanager #windows #windowsdev #msix #packaging
Python Trending (@pythontrending)
apm은 'Agent Package Manager'라는 이름으로 소개되는 툴로, AI 에이전트 개발에 필요한 패키지·모듈 관리를 목표로 하는 새로운 도구 또는 매니저로 보입니다. 에이전트 생태계에서 모듈화·배포를 간소화하려는 도구 발표 성격입니다.
I'm trying to understand / implement dependency resolving using the pubgrub algorithm (to use in my buildsystem nitto). But I keep running into bugs; The newset one:
Suppose we have the following state:
```
root 1.0.0 -> foo ^1.0.0, bar ^1.0.0
foo 1.1.0 -> bar ^2.0.0
foo 1.0.0 -> n/a
bar 1.0.0 -> n/a
bar 1.1.0 -> n/a
bar 2.0.0 -> n/a
```
Now after avoiding a conflict and by choosing to not select `foo 1.1.0` and deriving `not foo 1.1.0` from `{foo 1.1.0, not bar ^2.0.0}`, it derives `foo ^1.0.0` from `{root 1.0.0, not foo ^1.0.0}` even tho it is already an derivation term in the assignments! Aparentily it relates `not foo ^1.0.0` as as overlapping, and wants to add it again to the partial solution...
#pubgrub #packagemanager #packagemanagement #dependencyresolution #programming #developing #coding #softwaredevelopment #foss #floss
Homebrew può essere installato facilmente su Ubuntu e Debian: una guida completa per configurarlo, usarlo e gestire pacchetti e dipendenze in modo moderno. #Homebrew #Ubuntu #Debian #Linux #PackageManager
[zerobrew - Homebrew 보다 5~20배 빠른 패키지 관리자
zerobrew는 Homebrew와 명령어 호환성을 유지하면서 Mac용 패키지 설치를 5~20배 빠르게 수행하는 새로운 패키지 관리자입니다. Rust 오픈소스로 개발되었으며, APFS clonefile을 이용한 Copy-on-Write 방식과 병렬 다운로드 및 스트리밍 실행으로 설치 과정을 가속화합니다. 기존 Homebrew의 Brewfile을 그대로 사용할 수 있으며, 실험적 단계이지만 대부분의 핵심 패키지와 호환됩니다.
Are you using Homebrew? Sorry to hear that, check this out:
🍺 **zerobrew** — A modern drop-in replacement for Homebrew on macOS
💯 Content-addressable store + parallel downloads = 20x faster
🦀 Written in Rust!
⭐ GitHub: https://github.com/lucasgelfond/zerobrew
#rustlang #cli #devtools #macos #homebrew #packagemanager #performance
#Notepad plus plus reminds us to thank our package maintainers for doing what they do.
Tbh not having a #packagemanager seems kind of barbaric to me.
#PackageManagement is a public good.
WinGet Configuration: Set up your dev machine in one command | by Kayla Cinnamon
https://developer.microsoft.com/blog/winget-configuration-set-up-your-dev-machine-in-one-command
#winget #windowsdev #cli #terminal #itpro #windows #packagemanager

I’ve set up a lot of dev machines in my life. Traditionally, this takes a lot of time to get everything just right, but now there’s a faster way with WinGet Configuration files. Let me show you how to go from a fresh Windows install to a fully configured dev environment with a single command […]
💡 Question for people using #Chocolatey, #WinGet, etc. maybe with #UniGetUI
Are most of the apps you would normally install onto Windows available from a #Windows #PackageManager, e.g., commercial apps, FOSS apps, portable apps, etc., or is the selection of apps limited?
It's taking me over a month to manually update a collection of around 130 portable apps (I'm also grabbing updated docs, release notes, ensuring *.ini & other config files are maintained, etc., but it's really time consuming)
GNU Guix 1.5 arrives after three long years, and it was worth the wait
https://fed.brid.gy/r/https://nerds.xyz/2026/01/gnu-guix-1-5-linux/