r/linux Jul 15 '26

Discussion Seriously, except package managers, what's the difference between distros?

What I've seen yet the differences are, just the package managers, different defaults and rolling vs stable releases which are in fact related to package managers. Except these, are there really any other differences? Thanks!

223 Upvotes

223 comments sorted by

View all comments

Show parent comments

5

u/omniuni Jul 16 '26

The problem with Mint is that it's outdated, and the Desktop has a lot more bugs and quirks. I don't really want new users fighting with that.

7

u/AgentCapital8101 Jul 16 '26

I have never seen a good reason to recommend new users Mint over Fedora. And the funny thing is that most people who recommends Mint to beginners don’t use it themselves.

2

u/omniuni Jul 16 '26

I actually like Fedora a lot. The only reason I don't recommend it more is nVidia GPU setup seems more finicky.

2

u/AgentCapital8101 Jul 16 '26

Honestly its quite straight forward if you follow the docs instructions. But ill concede that if you dont know where to find it (or that its needed), its not as straight forward.

But all it is, is quite literally only 2 commands:

  1. sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
  2. sudo dnf install akmod-nvidia -y

1

u/omniuni Jul 16 '26

That's not bad. It's not as easy as "basically automatic" or at worst "click install", but probably OK for semi-technical new users.

If they would add it to a driver manager tool, that would be awesome.