I have been using linux for about 2 years now and I have enjoyed every second of it. What in your opinion is the best package manager the linux community has ever offered to us? dpkg, apt, yum, pacman, xbps, zypp, nix, guix, portage, 0install and other tons of them that are out there.
I’m very fond of Guix for a few reasons:
guix upgrade
, especially as packages that are less trivial to build also end up more likely to not be available from the CI server)guix install --with-source
,--with-branch
,-with-commit
, etc)Package Management section of Guix manual
Now, one thing I don’t like about Guix is that its unconventional approach to package management often makes building more complicated packages a challenge, because those packages have to be patched to behave properly in the Guix environment.