this post was submitted on 13 Nov 2025
82 points (92.7% liked)

Linux

59608 readers
736 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 6 years ago
MODERATORS
 

May be a mean sounding question, but I’m genuinely wondering why people would choose Arch/Endevour/whatever (NOT on steam hardware) over another all-in-one distro related to Fedora or Ubuntu. Is it shown that there are significant performance benefits to installing daemons and utilities à la carte? Is there something else I’m missing? Is it because arch users are enthusiasts that enjoy trying to optimize their system?

you are viewing a single comment's thread
view the rest of the comments
[–] Nibodhika@lemmy.world 2 points 21 hours ago

The short answer is because I'm lazy. I might lose 30 min during the system setup instead of 20, and now I have a system that I don't have to worry about until the hardware gives up.

Arch is a rolling release distro, which means it's unstable, which doesn't mean what you think, instead it means that you can update your system indefinitely without worrying about "versions". For example, if you had Ubuntu 20.04 installed on your server, in may you had to update it to 24.04, and that's something that can cause issues. And in 2029 you'll need to go through that again. Arch is just constant updates without having that worry. Which means no library is safe from updates, ergo unstable.

Also the AUR is huge, and I'm a lazy ass who likes to just be able to install stuff without having to add PPAs or installing stuff by hand.

Also there's the whole customize the system, I use a very particular set of programs that just won't come pre installed anywhere, so any system that comes with their own stuff will leave me in a system with double the amount of programs for most stuff which is just wasteful.

Finally there's the wiki, while the vast majority of what's there serves you in other systems, if you're running Arch it's wonderful, it even lists the packages you need to install to solve specific errors.