Spyke

Share Your Favorite Linux Distros and Why You Love Them

So we can clearly see the most popular distros and the reasons why people use them, please follow this format:

  • Write the name of the Linux distro as a first-level comment.
  • Reply to that comment with each reason you like the distro as a separate answer.

For example:

  • Distro (first-level comment)
    • Reason (one answer)
    • Other reason (a different answer)

Please avoid duplicating options. This will help us better understand the most popular distros and the reasons why people use them.

View original on lemmy.fmhy.ml

I was distrohopping for like a year or two when I first got into Linux desktop. As soon as I installed Arch for the first time that stopped. Now the thought of a distro pre-installing packages gives me the heebie jeebies. You don't get to tell me how I sync with NTP servers!

4
fugepereply
lemmy.ml

I do real work. Dont have time to waste

2

Isn’t that the reason to use arch? I remember last time I installed arch, about 5 years ago now I had to fiddle with everything just to get it working lol.

1
  • Very stable, and can run the bleeding edge through Snap/Flatpack/Appimages, Distrobox, or VMs/Containers
15

The new release bookworm solves most hardware/software problems

5

Low resource footprint — smaller than EndeavourOS on my laptop. Stability is fantastic. Bookworm practically just came out, so the packages are all much newer than they were in Bullseye, making it a viable option for someone who wants an uneventful Linux distro that fades into the background and lets you get stuff done.

5

Easy to set up, very helpful community. If you liked Manjaro or think Manjaro is sketchy but like the idea of a slightly pre-configured arch, check it out.

14

It's arch. It just happened to be the composition i had my previous arch setup as. Yay for AUR stuff, KDE Plasma for DE. Includes a couple of useful tools and makes for a very solid OS.

Anyone who has been in the Ubuntu sphere of things with Linux, should take a moment to try arch. EndeavourOS is perfect for these people.

12

This, basically Arch but quick to install with all the most important things installed and ready without being bloated.

12

Same. I’ve done the vanilla Arch thing and it’s alright, but the quality of life enhancements that come with EndeavourOS make it a great daily driver.

It’s the only distro I could get DaVinci Resolve Studio, Blackmagic Intensity Pro 4k, and my Radeon RX 6750 XT working with, consistently.

4
blackbrookreply
mander.xyz

The big advantage IMHO, is the out of the box BTRFS set up that lets you simply roll back to a non-broken state, right from the grub menu, should an update break your system. I haven't had to use it yet, but it is a huge source of comfort knowing it is there.

Also, many people coming to opensuse remark how much snappier it is than other distros.

15
evadzsreply
lemmy.world

Garuda uses this feature on an Arch base, it's saved me a couple of times. Props to openSUSE for developing the way to make that happen!

7

Glad to hear someone else uses this awesome tool. I think unstable debian based Siduction uses that too.

1

BTRFS has saved my life a bunch, I'm the kind that enjoys experimenting and changing stuff just to see what happens

2
lemm.ee

I had to scroll waaaaay down to find this. Mindboggling how underrated this distro is!

9

It's getting 3/4's of the votes of Debian. I think their profile has increase a lot in the last year or so.

4

Security by default. Firewall is set up blocking ports for UDP etc. soyouu are protected out of the box.

7

It is up to date so you can often get newer hardware working due to newer kernels.

6

Cutting edge application releases so I get the newest toys after they’ve been decently tested

9

Applies patches for better programs work under Wayland (SDDM with git patches before long awaited 0.20.0 release).

2

I agree, it's great!

  • image with baked in nvidia drivers which work out of the box without too much fuss
  • if you encounter problems, you can refer to the system76 website or use a solution provided by the community, since it's based on Ubuntu
  • installation with full disk encryption enabled by default
  • right now it uses a slightly customized version of GNOME as DE (with "normal"/traditional windows and optionally a tiling wm), but system76 is working on a Rust-based DE, named Cosmic DE
6
zybirreply
lemmy.world

I’ve been using Pop for about 2 years. I have yet to run into an issue that I couldn’t fix. It’s the first distro that made ditching windows easy.

4

I feel the same coming from Mac. Things seem to just work. I'm not a Linux wiz so minimal headaches while learning to tinker make it perfect for me.

2
lemmy.ca

Arch. I can't live without the AUR at this point.

22

We cannot forget about the wiki, which is a great resource for not only the Arch distro, but for any Linux install.

13
lemmy.world

Seriously, the ease of installing any and all programs from the main repo's or the AUR is such an extreme advantage over all other distros!

And it makes keeping your system and programs updated a breeze.

5

It is nice to install much normally harder to install crap, but there are so little trusted devs on there, that i rather not install something than getting it from a untrusted source.

It is nice to play around, but i also switched from Windows to have a more secure platform. I switched to flatpaks from official sources.

1

Seriously, I realize this every time I have to install something on my server (running AlmaLinux). Now I've manually set up a personal LURE repo for some software that I use.

1
sntxreply
lemm.ee

Easy and fearless updates

7

I wish PiKVM were based on NixOS. As it's used like an appliance, people are not expected to customize the image. Or even regularly install updates. I always fear it'll break and sever my connection to my server. I'd have a lot more peace of mind if I could just redeploy my custom wireguard-enabled config.

2

Can turn basically any distro into nixos in minutes

3

Single command to compile & install packages from many git repos

3

You get it for the low price of loosing all fun/motivation in setting up, customizing and mintaining machines with other distros

3

A cool logo, meaningful rolling release version names and stickers

2

Do it once, do it right. Save work be redeploying the same configuration (or submodules) on mutiple machines or the same machine multiple times.

2

Easy to mix and match package versions with different dependency versions

2

Easily build packages with custom compile flags

2

A great selection and amount of packages and modules to build/install/enable

2

Many different and interesting community projects

2
loggyreply
infosec.pub

I have been thinking to give NixOS a spin but feel like it's above my brain capacity for me to handle. Do you also use homemanager and Flakes? Homemanager kinda makes sense (manage packages for non root users) but what does Flakes do?

2
lemmy.fmhy.ml

I am already trying it and I am still no expert. How I understand flakes is that it is a file with inputs, like nixpkgs and other flakes or repos you might depend on and some outputs that can be things like a nixshell with packages and environment variables, custom packages and configs like your NixOS configurations and home manager. When you use your flake for the first time, by entering a nix shell with nix develop, building a package with nix build, rebuild your NixOS system with nixos-rebuild --flake .#, etc, nix will generate a flake.lock file that stores the hashes of all of your inputs and thus pinning the input versions. This means that if you ever run any of those commands again, you should get the same result because the inputs are pinned and the same version. If you want to update, you just run nix flake update and it will regenerate the flake.lock file with new hashes for the newest version. The advantage with flakes is that it is fully reproducible, even if one of your dependencies changes, because the hash is specified and centrally managed in the inputs of your flake.

Nix flakes can be used for your NixOS system by adding the nixos configurations in the outputs of your nix flake and adding the dependencies like nixpkgs to the inputs. You can also combine it with home manager by either specifying it as a separate output or adding it as a nixos module inside the nixos configurations output. You just copy your existing nixos and home manager config to the folder with your flake and reference them inside the flake.nix. If you added home manager as a nixos module, you only need to run nixos-rebuild switch --flake .# and it will automatically rebuild both your NixOS configuration and home manager configuration. You can then backup the folder with your flake and configurations by uploading them to GitHub for example.

The best resource I found was this 3 hour video by Matthias Benaets: https://youtube.com/watch?v=AGVXJ-TIv3Y&feature=share7

2

Thanks a lot for the detailed answer. It does sound complicated haha. I should probably follow along the YT video. Thanks again!

2
evadzsreply
lemmy.world

Bootable Snapper snapshots enabled by default

10

This really is my favorite Garuda feature - it's saved my install more than once so that I can roll back a messy update, figure out what broke and why it broke, and then make sure the next update works

9

Besides Wiki and AUR that all Arch derivatives share, they have their own wiki that documents the changes they're made to Arch and a very good forum for help

8
evadzsreply
lemmy.world

Fish shell by default with auto-complete previews as you type and lots of great aliases

8
lemmy.dbzer0.com

And you can get pretty much everything garuda with a well configured Arch plus more but that would take ages to do

3

That why i like garuda, its roughly where id want my arch settup without the hassle.

1

A lot of people think it's just Arch with an installer and lots of bloat and a neon theme but it's a lot more than that.

7

Nvidia driver installation options that correctly set the mode setting, dkms drivers installed ootb, common apps like GreenWithEnvy ootb, great Nvidia support

7

I don't have time to fuck about, I use ubuntu mate because it gets out of my way and does what I expect it to do.

7
samwisereply
kbin.social

easy enough to use for me (I'm a linux newb) and I can setup steam on it!
edit: forgot to mention I can get hibernation working on Ubuntu when I couldn't figure out how to do that in Fedora

7

Are you playing steam games that have Linux versions? Or is the "comparability mode" stable and fast enough that you don't really have to think about it?

1
lemmy.world

Because it just works. Because it's based on free Debian and not corporate RedHat. Because mainstream Linux needs a flagship distro and that distro needs to be used and supported.

4

The Arch Wiki is in a language made by users for users. Meaning that its easy to understand because the wiki allows to talk about issues, alternatives and more hints about each small topic, every other wiki has some structure where important details are missing or not taken seriously.

10

I always am going to run into heavy issues when using Debian, Ubuntu or Fedora. On Arch, things also aren't always smooth, but the issues are mild, always solvable and transparent.

5
milo128reply
lemm.ee

Starting with a blank slate is so refreshing. It takes time to build everything up from scratch and I understand that you can get a great experience out of the box with other distros, but I love the simplicity of not having any bullshit I didn't install myself.

5

True, yeah, didn't think about the downside that you need to build it up from scratch. But people could use arch based distros I guess? Never used them.

1

Arch and KDE as a DE because I'm a borderline-obsessive tinkerer.

Although NixOS is tempting me, but I haven't moved past the virtual-machine-specimen-jar phase with that yet lol.

4
nerdly.dev

Manjaro. It just worked on any device I installed it on. And wifi just worked with no fiddling.

Then I installed it on surface tablet. What didn't work, I found kernel fixes I could implement.

Of all the distros, for me, it was the easiest to use, install and manipulate!!

15

Switched to Manjaro after running vanilla Arch for several years and haven't looked back. I appreciate the slightly less bleeding edge updates and extra added stability around it.

Easy installs are probably less of a big deal nowadays after Arch overhauled their installation process.

2
lemdro.id

Nixos. For all its complexity and dilemmas and issues it has given me, it's the comfiest for me and gives me really cool features

15
vlemmy.net

It still blows my mind that with nixos, setting up and continuously renewing an ssl cert is literally just two lines in the config file. I use nixos on my homeserver, thinking about switching my laptop to it too (currently Void linux).

5
vlemmy.net

Hmmm never used xubuntu per se, but XFCE already seems like a good option for a low-spec computer. You could probably chip away at the resource usage some more by building your own desktop environment around a bare window manager, but honestly at this point the gain is negligible. If anything, you might want to look into tiling window managers just because they can offer a much more fluid and customizeable desktop experience as opposed to floating WMs. I'm using BSPWM right now, but considering switching to wayland with hyprland or qtile.

As for choice of distro: Not sure if NixOS would run well on your machine -- my homeserver is also a pretty low-spec computer (dual-core Intel Atom), and nixos-rebuild switch takes ages to run. Otherwise, go for Debian Testing if you want stability, Void if you want to not have systemd. There's also Devuan, which is basically Debian without systemd, but iirc it's not as popular as Void. But honestly if xubuntu works for you, then it's fine.

Also, some miscellaneous tweaks for improved performance:

  1. IF YOU BOOT FROM A HARD DRIVE REPLACE IT WITH AN SSD! Solid-state drives are pretty cheap nowadays, and the upgrade from hdd to sdd is the single biggest performance improvement you can do for an old laptop
  2. If on x11, disable compositing. On XFCE, there should be an option for it somewhere in the settings. If on a bare window manager, simply don't install any compositing manager (picom, xcompmgr, etc.). The downside is screen tearing and no proper window transparency, but it does put less strain on the CPU.
  3. Consider looking into a custom linux kernel? I boot linux-tkg on my main laptop and it gives some pretty good performance improvements. But I'm not so sure whether it would translate well to a low-spec system.
  4. Again, not exactly a performance tip, but consider formatting your boot partition as btrfs. Apart from all of the other cool features that you get with BTRFS, transparent file compression can, in some cases, be a win-win-win situation: less disk usage, faster file access, and longer SSD longevity. On low end system tho it may actually be the case that the CPU is the bottleneck as opposed to the disk, so transparent file compression may actually slow things down. Here are the settings I use for btrfs on my laptop (thinkpad with a core i7-5600U, mSATA solid state drive): lazytime,noatime,autodefrag,compress=zstd:3,discard=async,space_cache=v2,ssd. Again, not sure how well these translate to a low-end system, you should do your research.
  5. If your system supports uefi, consider using EFISTUB as opposed to Grub. Much faster boot times. Another option is to add two efi entries: one for EFISTUB (and have that be the default), and a second one for Grub, for when you need to change boot options or boot into recovery mode.
3
Corngoodreply
lemmy.ml

Since you mentioned slow build times...

You can do nixos-rebuild --target-host to build locally and deploy over ssh. You can also use something like nixops.

2
gustulusreply
lemm.ee

Congrats for making it to the treasure! I'm like half way in and not sure if I can fight through...

2
lemm.ee

Mint. Easy to setup, fast to run, and very reliable.

15

Yeah, but I rarely if ever leave those constraints, so it does not matter to me at all. Day to day, I use macOS anyway, and Mint only comes on my desktop PC.

1
lemmy.ml

Slackware

  • the most rock stable distro imo. No systemd or snap stuff. Packages are almost (if not fully) vanilla version from upstream. Simple yet efficient unix-style approach to everything like package management, slackbuilds are really good too.
14

Slackware gets a lot of hate, especially from the btw bros. People are spooked about having to manage their own dependencies. But I couldn't agree with you more on simplicity and stability. I've been daily driving slackware since 99 or 00, and I don't think I've ever broken something I couldn't immediately roll back and fix.

I tried to install Ubuntu on a sbc recently. And within an hour of installing this and that with all the different dependencies, I had a completely unusable system. And I had no idea how to fix it. It was totally my fault but reminded me what I love about slackware.

6

Slack got me through undergrad on an IBM 600e ThinkPad (which was really old even then --- around the time of the early 2.6 series kernels iirc). Great distro, fond memories.

1
lemmy.world

And with archinstall I'd argue it's about as easy to install as most "normal" distros these days.

5

I'd also agree... but everytime I tried to use archinstall, it always failed, felt impossible for me to install arch

1
lemmy.world

So many powerful tools that are not easy to find on other distros.

1

Basically, have fine tuned my setup so much that it's almost impossible to think of another distro.

2
lemmy.sdf.org

Debian

-Simple distro free of too much bloat without being too bare-bones

-Stable, but can also be changed to be a bit more updated if you want that instead-

13
Raphaelreply
lemmy.world

Now now, saying Debian is free of too much bloat is going way too far, dude, even as as Debian enjoyer I cannot allow such statements to pass.

0

Haha fair, I guess that is a pretty objective statement. In my opinion, compared to some other distros and operating systems, it's pretty bloat free, but I guess if you're used to something else that is even more bloat free that you would probably disagree.

1

Backing up NixOS is very straight forward and easy. It's kinda the same as docker-compose in that respect.

4

Out-of-box security configurations supported by the organization (SELinux, hardening)

5

Excellent package and dependency management with a wide variety of up-to-date software

5
ctr1reply
fl0w.cc

Encourages hardware-based optimization and kernel specialization

3
lemmy.ml

Yep, these are all true. Throw in overlays and the package availability is unbeatable.

4

Absolutely! I haven't had any problems setting up dependencies for various projects and have only needed overlays a few times. Sometimes USE flags can be tricky but most things are pretty well documented

4
boonhetreply
lemm.ee

There are dozens of us! And you can join us at ![email protected] if you haven't yet!

I love it because it's super configurable, lets you choose compiler optimizations (and through USE flags, features that you need in your packages - you don't have to include everything).

My Linux knowledge has skyrocketed compared to before I used Gentoo. Which of course means it's NOT the distro for people who want something that just works, but honestly, now that it's working properly, I feel it's actually pretty hard to break, and when it does break, I know how to fix it! Versus with Linux Mint a decade ago, if I broke it, I had no idea where to get started and just reinstalled it.

Of course, about half a year ago I decided to move from x11 and OpenRC to Wayland and systemd. And I use KDE. And have Nvidia graphics. Soooo it was a fun ride both relearning how my init system works, and also running into problems with Steam, etc.

I also try to keep my kernel in single digit megabytes, but occasionally I find something missing and have to recompile with more "bloat". So right now I believe it's around 11 MB, but I'll see about improving it over my next vacation. Not that 11 MB takes long to load off a gen4 NVMe drive, but the ePeen needs to be stroked! Also no initial ramdisk, to save even more boot time.

3
lemmy.ml

I just reinstalled Gentoo and switched to a Systemd setup as well. I held off for as long as I could but it's just so nice!

I'm using the binary kernel for now, but I'll compile my own when I find the time. 11MB is nuts!

1
boonhetreply
lemm.ee

Great to hear! Though I will admit that it took me HOURS of reading the kernel config options I was disabling. But it was also very informative so it didn't feel like a waste of time at all.

2

I usually run some commands while running the binary kernel that will disable every module not currently running in the config file, and then build the kernel from that.

I’m guessing you prefer building everything as a module if your kernel is that small?

1

I've been trying to convert to linux since the mid-2000's. Ubuntu and derivatives, fedora, and SUSE. Gaming and my lack on knowledge always brought me back to Windows.

In 2018 I tried Manjaro and loved it. But I broke it without the knowledge to fix it multiple times. The Arch BTW memes were strong at the time so I took the plunge and studied the wiki, and documented my own installation process and really learned a lot in the process. Proton was released and suddenly gaming got WAY better. I didn't remove my windows install completely until 2022 but Arch has been my home on my main machine.

I have since put together a proxmox cluster and run many distros for various things but that's a whole other rabbit hole!

11
Vik
lemmy.world

Fedora

I want to preface this by saying that Red Hat absolutely deserve your ire in light of the recent news.

I appreciate that Fedora has relatively recent packages for a fixed release distribution. I really appreciate how they've pioneered in desktop-oriented technologies to help make Linux a more palatable experience for regular users, and I'm glad to see these gradually be adopted by others over time.

I'm happy to hear that the Fedora project still mostly operates Independently under redhat / IBM, but I'd be lying if I said the IBM acquisition didn't worry me to the point of looking into alternatives.

11
lemmy.sdf.org

Agreed. I've been using Fedora Silverblue for about a year. I love the immutable OS paradigm but IBM/Red Hat's recent actions have left me feeling uneasy and I want to find an alternative.

7

I've also been using silverblue for about a year, it works well. Didn't know about IBM acquiring Rad Hat, sad news.

For a similar experience there is Vanilla OS that I tried briefly and that seams to have similar immutability features and hastle free setup with a vanilla gnome desktop. It's based on Ubuntu.

There is also NixOS which takes the immutability to another level. The entire system with all packages are configured in a config file. Which is nice if you want to have an identical setup on multiple machines but makes it a bit less user friendly imo.

2
Vikreply
lemmy.world

Silverblue is cool. I've been playing around with it on a portable NVMe drive. Planning on making the switch soon (whether that's Silverblue itself or another immutable option).

1
lemmy.sdf.org

It's a really intriguing concept. One interesting point I saw someone make the other day is that you don't necessarily need an explicitly immutable distro to achieve the affect. It's more about your user habits and workflows. If I can't find an alternative to Silverblue that I like, I'll probably just go to Debian or Arch and make it "immutable" by not touching the base system at all and running apps with Flatpaks or distrobox containers.

2

Huh, never thought about it like that. Please let us know how you get on if you decide to move away from SB.

1

I think they’ll be okay with the Wayland think. When they do switch, most of the kinks will have been worked out (getting closer) and it will likely run very smoothly. Time will tell though.

1

This is subjective, but after distro hopping, Linux Mint XFCE requires the least amount of post install configuration for my use case and personal preferences.

Also, they show a preference for flatpack over snap but don't lock you in/out of either.

5

Supports musl on every architecture I have. ARM, AARCH64, x86_64 - no problem.

3

• Rolling release that is remarkably stable. • Supports a wide variety of architectures. • XBPS package manage • Lightweight, systemd free.

1

Nice default configuration. Good choice of gnome extensions and themes pre installed

2

Arch linux (btw). Because it's easy to install and has the most accessible package manager of em all.

...

...before you shoot rocks at me and try to burn me alive.... download an arch iso, run it, and then type "archinstall". Thank me later.

"Oh, but its still veeeeeery hard to inst-"

8

An installer of Archlinux with sane default but also has all of Arch Power

8

The MX Snapshot utility & other built-in tools make it instantly functional as a daily driver, even for people new to Linux, and the Quick System Info is such a handy baseline for troubleshooting if you run into problems and need help from the community. All the stuff that's provided out of the box just makes it a really practical distro to learn on!

5
feacesfeareply
kbin.social

Based on Fedora

  • Fedora uses the latest technology and is quick to adapt new features such as PipeWire, BTRFS, Wayland and etc, yet remains very stable.
7

Nvidia support

  • Multiple Nvidia driver streams (525xx, 520xx, and 470xx)
  • CUDA support
  • Container runtime support
  • Secure boot
  • Hardware-accelerated video playback
  • Selinux support
  • Multiple Fedora flavors and releases
  • Post-install setup with just
  • Multi-GPU support with supergfxctl (optional Gnome Shell extension)
6

Clean separation

  • The base system is separated from applications and user data
  • Integration of Flatpak applications via Flathub
  • Toolbox and Distrobox support, run applications from any distribution in a containerized environment
6

Cloud-native approach

  • Reliable, atomic updates with built in rollback
  • Known-good state and fewer failures
  • Significantly reduced configuration drift
  • No compiling or building Nvidia drivers on the local client, they come premade on the image
5

Built-in container tools for developers

  • Consume packages and software from any repo without risking breakage on the client
  • Easy consumption of other OCI images, if it's on the CNCF Landscape it's a first class citizen thanks to Podman!
5

Have used it before but am not currently running it. Absolute treat for someone who wants to start digging deeper into the inner workings of Linux. The tutorial videos are pretty clearly a labor of love.

1
lemmy.one

Also, gaming works out of the box on my hardware (my gfx card wasn't fully supported by 5.x kernel)

1

Has a clean interface, easy to customize if you feel like it, but not necessary. Works great on a 10 year old desktop.

4
  • Arch
  • Debian
    • My favorite overall, they're community-run, stable, well-maintained, have a rich history of being awesome, and they're just top quality general-purpose distros. I tend to use Arch for more recent desktop systems and Debian for server systems or older desktops.

  • NixOS
    • What I'm dabbling with currently, the concepts here are amazing but it's a bit of work at first to truly get value out of it. Still, seems to be a good option for my next notebook OS.

  • Fedora Silverblue (respectively the immutable variants)
    • Also cool, as is Fedora in general, although with the recent Red Hat fiasco and Fedora's plan to introduce opt-out telemetry I'm more hesitant now. Some time ago I'd have listed Fedora at the top but now it's slid down a bit.

  • Mint
  • Kubuntu
    • Easy recommendations for new users coming from Windows

  • VanillaOS
    • I like the idea of making it possible to install packages from all distros (they will then run in a distro-specific container). I wouldn't use it, but it's cool

  • Kali
  • Tails
  • Alpine
    • From the more specific distros

  • Slackware
    • Honorable mention, because it introduced me to Linux back in the day (yes, I liked starting the hard Unix way). I wouldn't recommend it these days but it's kind of like the granddaddy of all Linux distros, and it was awesome in its prime. I'm sure it can still be used today but it's gotten quite niche.
4
kbin.social

Based on Ubuntu, is KDE's "flagship" OS (so I trust they know what they're doing with their own DE), and is the first to get bleeding edge KDE updates. Everything else is pretty much standard Ubuntu.

4

I installed this on my wife's aging laptop to breathe some new life into it. She's not tech savvy but gets along with it just fine. Mission accomplished.

Funny side note though, because Linux doesn't force you to update unlike Windows, it means she just doesn't ever update the thing. I've opened it up a couple different times to see pending security updates ready to download. 😆

1
pixeledreply
lemmy.world

Genuine interest, being an Arch user myself: why pick EndeavourOS over Arch? What does it do extra/differently?

2

I picked Endeavour because some friends were waiting for me to get online, so I had to hit the ground running with some good defaults. I could really have picked any distro, I'm flexible but Endeavour was lauded for a quick install and I wanted to try an Arch distrib. I was up with KDE, Steam, NV drivers and Discord in 20min so it was good.

I customized it more in the following weeks, like I'd do with any distro. Now I've heard about Garuda I kinda regret I didn't go that way. I'd like that BTRSF+snapshots option but I don't have patience to set that up for the time being - either converting the FS and setting up grub myself or reinstalling with Garuda, seems like a hassle for now.

2

Void Linux

It has it's own package manager which is nice and performant, it has another script similar to the AUR to an extent, runit is simple and sensible.

3

The user repositories are decentralized, and very straightforward to setup, meaning anyone can package something, and share it with the community.

5

The packaging system is the simplest I've ever found in a distro, meaning that making your own package is a very simple and quick process.

3

The setup and configuration is really simple and friction less (for example, daemon start/stop scripts are standalone and sit in /etc/rc.d).

3

We're looking to create a comprehensive list of the most popular Linux distributions and the reasons why people use them.

I'm curious, do you intend to put up the results somewhere?

3

Arch. It's a "build-your-own" distro without the hassle of compiling everything from source, like with Gentoo (still love Gentoo, though). Also, it has pretty big repos with the AUR on top of that.

And no, it's not unstable, if you can read. My oldest Arch install was 5 years old and even then, it didn't break. I just wanted to do a fresh install for no particular reason.

2

NixOS. Reproducible, Wide Package selection, Hard to fuck up + Not yet another Arch based distro

1

Linux Mint

  1. **Stability**. Mint is stable, easy to use, and has a good help forum.  I am better with the end-user side than the developer side.  This allows me to focus on what I need to do.
    
    

    1a. If I need to do something more complex that requires the terminal, there are plenty of sites that explain it step by step. So, I don't need to become a programmer to tweak my system.

  2. **Simplicity**.  It's easy to find where to go to change settings and add new programs.
    
    
  3. **Safety**.  Linux has repositories of trusted programs, and it's super simple to download from them.  Even with trusted sites for Widows programs, I did get a couple programs that came with malware.  The open source nature of Linux eliminates much of the profit motive for scammers, plus other developers would quickly expose such attempts in the Linux community.
    
    
  4. **Speed**.  When I had a dual boot system, the Linux OS booted on avg in 15 sec, where Widows took 30-60 sec.  I can't quantify, but the Linux OS overall seemed to run smoother faster than Widows too.
    
    
  5. **Security**.  I've never had to deal with viruses or malware with Linux. (This may change as Linux gains increased market share, but, so far, so good.)  Linux doesn't come with bloatware or potential spyware either.  There are many Widows programs -- MS Games, Cortana, MS Photos, etc --  that cannot be uninstalled.  Cortana cannot be disabled.  (It says it can, but it still runs in the background.  Who knows what data it is collecting.)
    
    
  6.  **Conscience**.  MS has a multibillion dollar contract to develop VR headsets for soldiers.  These will be used to control machines (and maybe robots) on the battlefield.  Once we have troops off the battlefield, war (and all its horrible consequences) will become a much easier choice.  I know my govt has lied about EVERY war after WWII (at least).  Staying away from MS helps me to not fuel the war machine and promote peace.
    
    
1

-- Debian Testing

  • Debian packaging
  • Rolling
  • Newer than Stable
  • Debian Free Software Guidelines ( DFSG)
  • Good support of old systems and random architectures.
0

Arch.

I don't love it, like at all. But it's the least buggy and easiest to use one I've tried.

I really wish there was a simple plug and play, everything just works and doesnt break on updates distro.

0

Started on SuSe, but Ubuntu stuck with me since the early releases... Just very familiar to me at this point. Been my goto os on my laptop for ages....

0

its a tie between linux mint and garuda linux, linix mint for stability and garuda for being an arch based linux for people like me that are too stupid to get arch running by itself

0

Manjaro, it's just very stable, has access to the AUR, actually looks good and feels like a modern OS should feel.

-1

Once I started using Manjaro KDE I found no real reason to leave. -Reason: It just works. I'm not a developer, just a user. I don't like tinkering and Manjaro just kind of takes care of everything for me.

-2

Manjaro. I love it's simplicity and ease of use. It's the closest I can get to Windows without actually using Windows. I'm glad it makes using an Arch distro easy and accessible. KDE is a godsend as well.

-2

Another vote for Pop OS. I was already somewhat familiar with Ubuntu, and the nvidia drivers included in Pop as well as its gaming support drew me to it. It's worked very well for the most part.

-2