this post was submitted on 02 Jun 2025
62 points (95.6% liked)

Linux

54838 readers
939 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
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] steeznson@lemmy.world 3 points 3 days ago (1 children)

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.

[–] Cornelius@lemmy.ml 3 points 3 days ago (1 children)

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.

[–] steeznson@lemmy.world 1 points 3 days ago

I thought the rustc package bootstrapped itself like gcc does?