Hacker News new | ask | show | jobs
by nvarsj 2945 days ago
Arch is insanely stable given it uses rolling updates. I'm not quite sure how they pull it off. I've had far worse problems with Fedora and Ubuntu, which sometimes are not even fixable because you can't easily update to the latest upstream releases (most noticeably with the kernel). On Arch, I run `pacman -Syu` every month and my system stays up to date with basically no downtime.
1 comments

Does Arch have anything similar to Ubuntu/Debian's Alternatives System [1][2]? This is very useful for managing different versions of the same package/s and I tend to rely on it for a number of things.

[1]:https://wiki.debian.org/DebianAlternatives [2]:http://manpages.ubuntu.com/manpages/precise/man8/update-alte...

You can freeze package versions, and there are also archives of older packages. But generally most of the repos only have the latest released packages.