this post was submitted on 09 Jul 2025
132 points (93.4% liked)

Linux

56347 readers
483 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
 

I made the unfortunate post about asking why people liked Arch so much (RIP my inbox I'm learning a lot from the comments) But, what is the best distro for each reason?

RIP my inbox again. I appreciate this knowledge a lot. Thank you everyone for responding. You all make this such a great community.

(page 4) 32 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 4 days ago

Debian.

With x11 gnome it can run the Rustdesk client and pass all the keys properly to the Windows host. And it doesn't boot to a black screen like many other distros on my Asus laptop.

Was on Fedora with similar results but it started taking ages to boot looking for a non existent tpm chip.

[–] [email protected] 9 points 4 days ago* (last edited 4 days ago)

Arch. I tried other distros and always came back to Arch. Other distros are very bloated and honestly I can't be bothered with removing them manually. I also love the AUR and the wiki.

Another interesting distro was NixOS, but that is a bit of a pain in the ass to learn.

For newbies, Fedora KDE Plasma edition or Mint Cinnamon is my recommendation. Kinoite is Fedora KDE Plasma edition but immutable for the ones that keep breaking the system because they keep following some absurd guide online for whatever.

[–] [email protected] 9 points 4 days ago* (last edited 4 days ago) (3 children)

With Guix you have reproducibility, freedom, good docs and peace of mind, also when configuring things more deeply. You also have a powerful programming language (Scheme / Lisp) with which to define your system config as well as your dotfiles. This is my insight after years of GNU/Linux usage. I run Guix on laptops, desktops and servers, and I never have configuration drift, as well as the benefit that I have a self documenting system.

https://codeberg.org/jjba23/sss

load more comments (3 replies)
[–] [email protected] 1 points 4 days ago* (last edited 4 days ago) (2 children)

I switched from pop os to Fedora a while back. I did like pop, but it gave me problems regularly and I think it just needs to cook for a few more years probably. Fedora fixed every issue I was having 👍

Seeing all the arch praise here is definitely giving me distro fomo though. Lol

load more comments (2 replies)
[–] [email protected] 3 points 4 days ago* (last edited 3 days ago)

My way of thinking and working is incompatible with most premade automatism, it utterly confuses me when a system is doing something on its own without me configuring it that way.

That's why I have issues with many of the "easy" distributions like Ubuntu. Those want to be to helpful for my taste. Don't take me wrong, I am not against automatism or helper tools/functions, not at all. I just want to have full knowledge and full control of them.

I used Gentoo for years and it was heaven for me, the possibility to turn every knob exactly like I wanted them to be was so great, but in the end was the time spend compiling everything not worth it.

That's why I changed to Arch Linux. The bare bone nature of the base install and the high flexibility of pacman and the AUR are ideal for me. I love that Arch by default is not easy, that it doesn't try to anticipate what I want to do. If something happens automatically it is because I configured the system to behave that way.

Linux is so great, because there is a distribution for nearly everyone out there (unless you are blind, then things are not that great apparently, but it seems to get better).

[–] [email protected] 3 points 4 days ago (1 children)

Arch.

Do I need to justify myself any further?

load more comments (1 replies)
[–] [email protected] 3 points 4 days ago (1 children)

MX Linux (Debian based), using it for almost 10 years now (before, it was Ubuntu). Based on Debian, very stable, always up to date for every kernel/apps, use native .deb no snap no flatpak no systemd. Also it is using Xfce by default, the best DE.

[–] [email protected] 4 points 4 days ago (9 children)
[–] [email protected] 3 points 4 days ago

It is insanely configurable though, as shown by Zorin OS Lite.

load more comments (8 replies)
[–] [email protected] 12 points 4 days ago

Mint. It just works and Cinnamon is a good DE (ui design peaked in the Windows XP days). Plus you also get all the software built and tested for Ubuntu without the bullshit of using Ubuntu.

For my server I use NixOS, because having one unified configuration is so nice.

[–] [email protected] 5 points 4 days ago

Debian (testing) is most suitable for me. If there were a universally best distro, all the others would cease to exist...

It isn't made by a for-profit company and thus doesn't have "features" I don't want.

It pays attention to software freedom, though it isn't so restrictive about it that it doesn't work with my hardware.

It was very easy to install only the things I wanted and needed.

[–] [email protected] 18 points 4 days ago* (last edited 4 days ago) (1 children)

I really like CachyOS:

  1. Arch based a. Pacman package manager b. AUR c. Rolling release distro
  2. Graphical installer
  3. Extensive software repo. Things that I used to only be able to get as a flatpak are available in the repo, such as SurfShark VPN as an example
  4. Super fast.
  5. Updates are tested before they are made available and the delay is only a few days.
load more comments (1 replies)
[–] [email protected] 3 points 4 days ago

Endeavour OS is the best because you get all the benefits of Arch combined with a familiar and friendly installer, a good out of the box setup with the desktop of your choice. Not to mention the outstanding community that's built up around it.

[–] [email protected] 13 points 4 days ago

Mint. Takes half an hour to install and set up. Doesn't get in the way after that.

[–] [email protected] 32 points 4 days ago (6 children)

I (maybe) ended distrohopping last year when I gave NixOS a shot. I can't recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it's a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction... I've only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it ("infect") to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects... if I set up dependencies once (as a flake.nix shell), it'll work forever and anywhere.

load more comments (6 replies)
[–] [email protected] 3 points 4 days ago

having tried many distros over the years, Arch (and most derivatives) is best for me
pacman is the best i've used, packages are very up to date, and it's pretty easy to troubleshoot with the enormous amount of info on the wiki and elsewhere

[–] [email protected] 16 points 4 days ago* (last edited 4 days ago)

Arch.

I'm vegan, german and into fitness. There really was no other choice. /s?

Also, it's lightweight, you always get the most recent software, pacman is superb and it's super stable. In about 10 years on multiple systems, I never had anything break. The worst of it are simple problems during updates, which are always explained on their website.

Lastly, there is the wiki. The single best source of Linux information out there. Might as well be using the distro that's directly explained there, albeit a lot of information can be used on other ones as well.

With arch-install, you don't even need to learn much, but learning is never a bad idea and will be great if something does break. Every system can break. Arch prepares you for that.

[–] [email protected] 2 points 4 days ago

My choice of distro is just a compromise and close enough to serving my needs. All distros have pros and cons, and I use different distros for different use cases.

[–] [email protected] 29 points 4 days ago (2 children)

EndeavourOS Bcause:

It’s Arch with an easy installer, with all of the most common administration tools already installed

With the Arch repo, AUR, and flatpak I have a wide breadth of software to choose from

I can easily install it without a desktop environment to install and set up Hyprland without the clutter of another DE

Not to mention it’s active and friendly community and excellent documentation

[–] [email protected] 4 points 4 days ago (3 children)

Is it possible to have both gnome and hyprland installed on EndeavourOS

[–] [email protected] 4 points 4 days ago (2 children)

Sorry, I misread your comment on my first reply. Yes, you can have gnome and hyprland installed side by side, you would just use SDDM to choose what session you’re starting at login.

load more comments (2 replies)
load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 72 points 4 days ago* (last edited 4 days ago) (3 children)

Arch is the best, the arch wiki is massive, pacman is just amazing, no nvidia drivers bullshitting, and rolling release has only broken one thing once, life under the arch is pretty great

load more comments (3 replies)
[–] [email protected] 4 points 4 days ago (1 children)

I just want to learn more about what are the differences between distros, so that they will be better or worse? Are all the distros having the same GNU/Linux kernel so that if I replace all the Arch userland files into Debian's, the system will become Debian?

[–] [email protected] 5 points 4 days ago

Are all the distros having the same GNU/Linux kernel

Yes. Different distros have different versions, patches and so on, but the underlying kernel is the same.

if I replace all the Arch userland files into Debian’s, the system will become Debian?

If by "userland" you mean files which your normal non-root user can touch, then no. There's differences on how distributions build directory trees, file locations, binaries, versions and so on. You can of course replace all the files on the system and change distribution that way, a convenient way to do that is to use distros installer but technically speaking you can also replace them manually by hand (which I don't recommend).

[–] [email protected] 7 points 4 days ago (1 children)

Aeon desktop is the best indeed:

  • Crazy fast install.
  • System configuration is done on the first boot.
  • Supports ignition and combustion.
  • The install USB can become a $HOME backup if you re-install.
  • Full disk encryption by default and mandatory.
  • Latest GNOME, looks clean and pretty.
  • Rolling.
  • Immutable, with Distrobox by default.

As far as desktop Linux goes, I don't see why I would use anything else atm. Give it a try!

load more comments (1 replies)
[–] [email protected] 7 points 4 days ago

My Debian is the best for my work laptop
My Arch is the best for my private laptop
My Asahi is the best so that I don't have to deal with f*cling macos crap

[–] [email protected] 11 points 4 days ago (1 children)

Why my distro (pop!_os) is the best? Well it's probably not, but here's why I went with it:

  • ubuntu based, so lots of applicable tech support online
  • looks nice out of the box (imo)
  • comes with nvidia drivers. Not a major point cause they aren't hard to get, but it was one of the things I considered when I unintentionally ended up with with nvidia
  • tiling (the big one imo)

Aand that's kinda it :3.. at the moment it's kinda behind all the other stuff cause they're working on the new COSMIC DE, which im hoping is gonna be an upgrade to the GNOME with extensions the current version has

[–] [email protected] 2 points 4 days ago (1 children)

While COSMIC is certainly an upgrade, current gnome extensions won’t be compatible. COSMIC uses applets instead of extensions. Fortunately, there’s already an ecosystem of applets for COSMIC, many of which have been ported from GNOME extensions.

[–] [email protected] 4 points 4 days ago (1 children)

Ye :3.. honestly as someone who doesn't use that many extensions other than the pop-shell ones, im not too worried about the extensions, since basically all of that is coming as a base part of COSMIC's interface.. I think the only extension that im hoping gets a COSMIC applet soon after release is KDEconnect lol

load more comments (1 replies)
[–] [email protected] 12 points 4 days ago

My distro is not the best, I would rather say it is the least bad for me, because I don't like any.

[–] [email protected] 4 points 4 days ago

Imo, the best one is the one that fits the user's needs the best. Though it sounds like a non-answer, distros are usually tailored for specific needs, so not necessarily the features or lack thereof from one distro disregard another.

load more comments
view more: ‹ prev next ›