this post was submitted on 06 Mar 2025
97 points (98.0% liked)

Linux

51161 readers
1472 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] superkret@feddit.org 17 points 2 days ago* (last edited 2 days ago) (1 children)

Arch is the most "just works" distro I ever tried.
Reducing the workload of the distro maintainers by keeping packages vanilla and close to upstream, not writing a shitload of distro-specific GUI tools, and off-loading all the weird stuff to a user repo, is genius.
That way, there's more capacity to focus on getting it right.

Other distros have a lot more "features" (looking at you, OpenSUSE and Ubuntu) but Arch just gives you a high quality package of the newest stuff, and it's amazing how solid it is nowadays.

[–] fartsparkles@lemmy.world 6 points 1 day ago (2 children)

I went wild and started using it for servers about 5 years ago and I shit you not, it’s far more stable than I would have thought. I parse the blog for update notes if there’s any big changes to anything I’m using but given most stuff is offloaded to containers, I pretty much yolo a yay -Syu every week. Zero issues.

I had more issues with Debian and Ubuntu due to bugs in stale packages or weird default configs than I have running bleeding edge vanilla via Arch.

[–] LeFantome@programming.dev 3 points 9 hours ago* (last edited 9 hours ago)

People underestimate the issues that stale packages cause as well as the fragility that comes from the ways people introduce either newer packages or packages missing from the repos.

With Arch, everything is super up-to-date and you pretty much never install from outside the repos. It makes the system extremely robust and reliable (what I want from “stable”).

Finally pacman (and yay) are awesome and I trust them to do updates of thousands of packages at once. With Debian and Ubuntu, I lived in fear of those kind of updates uninstalling essential parts of my system. I had Fedora botch more than one upgrade release to release.

So, I also find Arch the most “stable” system I have used (though Chimera is looking awesome so far as well).

In the Linux world though, the word “stable” has come to mean “static” and unchanging as in RHEL and Debian. Arch is not “stable” by that definition.

I did have an issue with Arch in the past couple years. A kernel update cause the WiFi on one laptop to stop working on the latest kernel. I also have an LTS kernel install so rebooting into that brought me back up in a minute. When I checked a few days later, the problem had been fixed in the current kernel as well.

[–] superkret@feddit.org 3 points 14 hours ago

I wouldn't call it stable. To me that implies I can run it for 5 years and don't have to worry about compatibility changes.
But I never had it break on me.