this post was submitted on 30 Jun 2025
195 points (95.8% liked)
Linux
56005 readers
997 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
Don't you have to build everything from source in gentoo?
Nowadays it also has binary packages.
That would make a huge difference.
I ran Gentoo back in the early aughts; it was hella better than Redhat, but it felt like I was constantly compiling stuff, and new installs and upgrades could sometimes take more than a day. I don't remember what I jumped to after Gentoo, but I've never considered it again because of the lack of prehbuilt binaries. It seemed bitcoinish to have thousands of people wasting CPU cycles compiling the same package when it could be compiled once and redistributed.
Where Gentoo is nice is in the build flags: there's really no way to get around compiling yourself if you want to exclude optional dependencies, and Gentoo had that in spades. I am just not sure how much that's actually used anymore, but having binaries gives you the best of both worlds.
Thanks for posting that; I may have to re-investigate Gentoo.
tbh, with modern CPUs it can be a lot easier. especially if you're a bit picky about your packages and get a binary package for your browser.
I dunno. I have a fair number of packages installed from AUR, and the Rust ones take forever to compile. CPUs may have gotten faster, but some popular languages have gotten much slower to compile.
Packaging rust is terrible, compiling rust is terrible. How can it be this awful? Why is the rust compiler so terrible?
I've become a rust hater because of this