this post was submitted on 02 Jul 2023
19 points (95.2% liked)
Linux for Leftists
1232 readers
1 users here now
A Community for all leftists wanting to join and being part of a community that talks about Linux, Unix and the Free Software Community
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As an every-day Gentoo user, there is little reason to use Gentoo unless you have specific, niche configuration requirements. For instance, if you need to use a very specific version of a piece of software with very specific build-time parameters.
Where Gentoo shines is the ability to combine some old packages with some bleeding edge ones. If I, for some reason, want to run PostgreSQL 10 (released 2017) alongside Node.js 20 (released 2023), it is a thing I can do. This is not possible on most other distros - at least, not without side-stepping the package manager and compiling a bunch of things yourself.
I've used Gentoo several times over the years, and what ultimately made me switch back was Docker's reliance on iptables. I was using Fedora at the time, which had switched to nftables. (I don't think this is as much of an issue now, but it was a few years back).