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.

    • loggy@infosec.pub
      link
      fedilink
      arrow-up
      0
      ·
      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?

      • fabian_drinks_milk@lemmy.fmhy.ml
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        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
          arrow-up
          1
          ·
          1 year ago

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

    • blackbrook@mander.xyz
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      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.

      • evadzs@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        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!

      • pixeled@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

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

        • ProtonBadger@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          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.

    • zybir@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 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
        link
        fedilink
        arrow-up
        1
        ·
        1 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.

    • Cralex@lemmy.one
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      • Supports a wide variety of hardware, including ARM devices such as the Pinebook Pro.

      • Up-to-date rolling release.

      • Multiple DE’s available with customized, clean interfaces.

    • festus@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      My favorite too. For me on other distros I was typically running into bugs that I’d find had already been fixed upstream months previously - and then I had to either live with the bug or do some hack to manually install the newer version. Somewhat related to this, but as Linux gamer it was also frustrating to have the older Mesa drivers all the time because it couldn’t support the older kernel version the distro shipped or something.

    • CalcProgrammer1@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago
      • Packages are kept up to date so it’s often the first distro to support new hardware, APIs, etc.
      • AUR provides a huge library of software that isn’t often in package manager repos.
      • Rolling release so you don’t have to deal with repository upgrades every 6 months to 2 years.
      • btw
    • Pe4rl@lemmy.fmhy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      My current isn’t vanilla arch, but Endeavour OS, because as an unexperienced user I wanted to have the least trouble while installing, … I regret it ever since, because I began with a Plasma desktop and ended up with i3, mainly because of tiling, problems with some utilities, keyboard switching, etc. In the end, I still love the system, one can get quite minimal with it.

      • jemorgan@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I love that you talked about regretting it. Using one of the arch-based diaries that obfuscates the installation process honestly destroys a lot of the benefit of using arch. Having to vaguely understand how the system fits together makes fixing issues a million times easier.

        • Pe4rl@lemmy.fmhy.ml
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yep. And I still forgot to mention one thing. It is a 2016 Macbook Pro, which basically means just more work fixing.