Just curious to know if anyone has been using the same distro for multiple years/decades and what or if you have it takes for you to want to switch to a different distro?
Just curious to know if anyone has been using the same distro for multiple years/decades and what or if you have it takes for you to want to switch to a different distro?
Nothing could get me to switch off gentoo at this point. It’s so flexible that you can use package managers from other distros (if you’re crazy and like to create problems for yourself). Creating your own packages is very easy with their ebuild system. In terms of the packages they offer the USE flags are an absolute killer feature that let you install only the parts of the program you want. They even have binary versions of larger programs like firefox or rust that you can install if you don’t want to compile them.
Well technically with compilers like Rust, you need a Rust compiler to actually compile Rust for you. That’s likely why they give binaries for such a thing.
Firefox though is a nice convenience.
I thought the rustc package bootstrapped itself like gcc does?