Hacker News new | ask | show | jobs
by bittermang 2945 days ago
Switching to Arch was revelatory, and I've been using some form of Linux at work or home since 2001.

It's hard for me to describe, or quantify. But it's almost like, with a distro that embraces the Linux-ness of Linux, one that's not trying to be like Mac OS or Windows, you're able to cut to the heart of your user experience and make it your own.

Plus, rolling release, bro. I don't need monolithic version releases, I just have Arch now.

1 comments

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.
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.