so a common claim I see made is that arch is up to date than Debian but harder to maintain and easier to break. Is there a good sort of middle ground distro between the reliability of Debian and the up-to-date packages of arch?

  • Darohan@lemmy.zip
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    9 hours ago

    This may be an unpopular opinion, but NixOS. It has package up-to-dateness comparable to (and sometimes better than) Arch, but between being declarative (and reproducible) and allowing rollbacks, it’s much harder to break. The cost is, of course, having to learn how to use NixOS, as it’s a fair bit different to using a “normal” Linux distro.

    • thedeadwalking4242@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      8 hours ago

      Double this, nix has entirely changed my perspective on what I should expect from software and my operating system. It’s so rock solid and roll backs are easy. Reproduction with all the customization you could ever want with incredible transparency.

      • EuroNutellaMan@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        59 minutes ago

        to be honest it’s actually not that hard depending on what you do with your PC. If you want something you can set up once and forget about NixOS is perfect, put auto-updates and the stable channel and you will be able to forget about it for months, only having to occasionally edit your config file to switch to a new release. In fact I’d argue that if they manage to get a GUI package manager, and auto-update + auto-clean setup on installation, they’d probably be one of the best noob-friendly distros out there even.

        The issue is that they sometimes tend to do big changes to how things are handled, documentation is sorely lacking and if you’re a tinkerer (especially if you like ricing) you may have a harder time than regular distros. That said the convenience of having a list of all the programs you use in a single file is amazing and I hope every package manager adopts a similar declarative way of installing software.