this post was submitted on 21 Jun 2026
80 points (80.3% liked)

Linux

66961 readers
160 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
 

I see often people say that the distro you are using doesn't matter. One can turn any distro into another. And I do not agree with that. If that was true, why do we even have so many distributions? I always said, if distros don't matter...

  • ... why distro hop?
  • ... why don't you use Ubuntu then?
  • ... why don't you recommend Archlinux to a newcomer?
  • ... why don't you use Kali Linux as a server?
  • ... why don't you use Batocera or SteamOS as your daily driver?
  • ... why do you trust a community distro more than a corporate distro? (or vice versa)

I don't think that distros only matter to newcomers. Maybe it matters for experienced users even more.

you are viewing a single comment's thread
view the rest of the comments
[–] sudoer777@lemmy.ml 4 points 1 month ago* (last edited 1 month ago) (4 children)

choosing a distro with specialised security hardening (immutable systems, Nix, Qubes, Bazzite) does matter; most of these will make new users unhappy or even question their sanity.

Out of curiosity, as someone who's never used Bazzite/other uBlue/SilverBlue/etc, what makes it difficult for new users? I definitely agree with Nix and Qubes though (and SecureBlue to some extent).

[–] IratePirate@feddit.org 18 points 1 month ago (2 children)

Basically, anything that isn't packaged as a flatpak needs to be installed from the CLI using distrobox containers, which will go over the heads of the majority of new users.

[–] Fecundpossum@lemmy.world 24 points 1 month ago (2 children)

I can’t tell you how many times I’ve had to bonk the immutable Stans over the head with this logic, but it never works. They install bazzite, play their game of choice on steam and occasionally use their web browser and “ALL NEW USERS MUST USE BAZZITE ITS SO EASY”

Any distro is easy when you use it like a fucking Sony PlayStation.

[–] thingsiplay@lemmy.ml 9 points 1 month ago

Lol, but so true.

[–] sudoer777@lemmy.ml 1 points 1 month ago

Not Arch or NixOS lol

[–] sudoer777@lemmy.ml 6 points 1 month ago (2 children)
[–] panda_abyss@lemmy.ca 2 points 1 month ago

You can and it works very well now

[–] IratePirate@feddit.org 2 points 1 month ago (1 children)

I have zero experience with that. 😄

[–] MangoPenguin@piefed.social 3 points 1 month ago* (last edited 1 month ago)

There's a ton of added friction when doing things outside the basic 'install Flatpak app'. Security generally comes at the price of being difficult to use.

For new users it also means virtually every guide or there on fixing an issue or installing extra software won't apply.

[–] panda_abyss@lemmy.ca 2 points 1 month ago* (last edited 1 month ago)

If you install home brew 90% of the issues go away.

The problem is that most Linux software assumes it can do whatever it wants, and immutable distros do not let you write to the system files.

This creates confusion, because you see a guide for Fedora and it said dnf install xyz, but dnf doesn’t work. The solution is to add it to your image tree (no) or to create a toolbox with that package (complicated, requires setup, gets complicated if your tool needs access to Wayland for clipboard or something).

Bazzite solves this by using brew, which is a package manager built for macOS which has had immutable systems for years. Brew solves most of the issues.

For me by the time I went immutable it just made more sense to go full declarative with nix, but nix is also a steeper learning curve.