this post was submitted on 02 Jun 2025
3 points (100.0% liked)

Linux

54822 readers
400 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
[–] phantomwise@lemmy.ml -1 points 3 days ago (1 children)

Not sure... I really like Arch, except for one thing that is also a problem on most other distros : packages creating files everywhere and leaving a mess behind when uninstalled. I'd rather have them isolated like NixOS does, and being able to switch easily between several versions of the same package is neat. Declarative configs are also very cool... but I really don't want to use a weird language for making packages, I'm just stating to learn how that work and I like that Arch packages are very straightforward and easy to understand.

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

I half the point of package managers was so you could easily uninstall them. Do package managers usually not fully uninstall?

[–] phantomwise@lemmy.ml -1 points 3 days ago

From what I understand the package managers remove files they themselves created but not files created by the application itself like config files and other stuff