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.

    • 00
      link
      fedilink
      131 year ago

      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.

    • LeafyBirch
      link
      fedilink
      101 year ago

      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.

    • methodicalaspect
      link
      fedilink
      31 year ago

      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.

    • 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.

      • @Contend6248@feddit.de
        link
        fedilink
        1
        edit-2
        1 year ago

        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.

    • 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.

    • @DarthVi@lemm.ee
      link
      fedilink
      61 year ago

      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
    • @zybir@lemmy.world
      link
      fedilink
      21 year ago

      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.

      • @los_chill@programming.dev
        cake
        link
        fedilink
        21 year ago

        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.

    • @sntx@lemm.ee
      link
      fedilink
      31 year ago

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

    • @sntx@lemm.ee
      link
      fedilink
      21 year ago

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

    • @sntx@lemm.ee
      link
      fedilink
      21 year ago

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

    • @loggy@infosec.pub
      link
      fedilink
      2
      edit-2
      1 year ago

      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?

      • 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 .#<hostname>, 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 <path-to-flake>.#<hostname> 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

        • @loggy@infosec.pub
          link
          fedilink
          21 year ago

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

  • @linuxduck@nerdly.dev
    link
    fedilink
    161 year ago

    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!!

  • @gortbrown@lemmy.sdf.org
    link
    fedilink
    15
    edit-2
    1 year ago

    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-

    • @Raphael@lemmy.world
      link
      fedilink
      11 year ago

      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.

      • @gortbrown@lemmy.sdf.org
        link
        fedilink
        11 year ago

        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.

    • @ReakDuck@lemmy.ml
      link
      fedilink
      81 year ago

      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.

    • @milo128@lemm.ee
      link
      fedilink
      61 year ago

      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.

      • @ReakDuck@lemmy.ml
        link
        fedilink
        11 year ago

        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.

    • @ReakDuck@lemmy.ml
      link
      fedilink
      51 year ago

      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.

    • @CrabAndBroom@lemmy.ml
      link
      fedilink
      41 year ago

      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.

  • @hexagonwin@lemmy.ml
    link
    fedilink
    151 year ago

    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.
    • downhomechunk [chicago]
      link
      fedilink
      71 year ago

      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.

    • @qjkxbmwvz@lemmy.sdf.org
      link
      fedilink
      21 year ago

      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.

      • @evadzs@lemmy.world
        link
        fedilink
        41 year ago

        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

    • @evadzs@lemmy.world
      link
      fedilink
      51 year ago

      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

    • @evadzs@lemmy.world
      link
      fedilink
      41 year ago

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

    • @evadzs@lemmy.world
      link
      fedilink
      31 year ago

      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.

  • @TableCoffee@lemmy.ca
    link
    fedilink
    131 year ago

    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!