this post was submitted on 08 Jul 2026
27 points (90.9% liked)

Linux

66300 readers
348 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 7 years ago
MODERATORS
 

Personally I haven't. While Linux is imperfect, choosing the right distro makes the rest of the experience straightforward. And with it's whole complexity, I find Linux more user friendly than Windows. Even driver issues, broken shadow file ownership and KDE specifics only made me more confident about my choice to use Linux after I solved everything.

you are viewing a single comment's thread
view the rest of the comments
[–] novafunc@discuss.tchncs.de 5 points 11 hours ago* (last edited 11 hours ago) (1 children)

Yes, the packaging mess that Atomic distros cause.

I want a couple of functional things:

  • To be able to safely upgrade my system silently, without interruptions, and rollback of necessary
  • To know my system is not drifting away from upstream defaults and to restore it to a “factory” state
  • To sandbox applications

I’d like to be able to do all that efficiently and cleanly too. Atomic systems generally fulfill those first two while traditional distros struggle, which is why I stick to Atomic distros.

But whereas you can use a single package manager on Arch and get everything (albeit without easy sandboxing), Atomics keep adding more and more. Here’s your rpm-ostree, flatpak, toolbox, homebrew, sysexts, etc.

I find sysexts particularly insulting because they regress so much on traditional packages for so little upside. Doesn’t even have dependency management.

I would wish we would stop creating so many package managers and just focus on improving existing ones.

In a more ideal world we would have something like

  • Distro based on Freedesktop runtimes
  • Flatpak that officially supports both GUI applications, CLI applications, and even daemons/services
  • Flatpak would also be able to reuse the Freedesktop runtimes of the host system
[–] los0220@lemmy.world 2 points 9 hours ago

Idk why people at flathub decided not to allow CLI programs.

And no alisses to the names of the programs.

Two very frustrating decisions. I would get rid of snap on my system if not for those few CLI tools I need.