this post was submitted on 13 Nov 2025
84 points (92.9% liked)
Linux
59621 readers
641 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
haven't tried arch but afaik it's a distro that lets the user control everything, like gentoo or slackware. that's actually an easier system to manage if you know what you're doing and have something you want in mind.
~~or some people just enjoy tinkering and suffering~~
Not "everything", and I wouldn't say there's any distro that lets you "control everything". e.g. look at Alpine Linux, which uses musl, busybox, and OpenRC, whereas Arch uses glibc, GNU coreutils, and systemd. These three choices are "locked in" for Alpine and Arch—you can't change them. And it's unlikely for any distro to let you choose all these things because that creates a lot of maintenance work for the distro maintainers.
I suppose Linux From Scratch lets you "control everything", but I wouldn't call it a distro (there's nothing distributed except a book!), and hardly anyone daily drives it.