• @[email protected]
    link
    fedilink
    English
    4513 hours ago

    If forgetting/not wanting to update puts you in this hole, like… ever, you should really give an atomic distro some serious consideration.

    • @tomatolung
      link
      2413 hours ago

      Say more please? What’s the advantage?

      • @[email protected]
        link
        fedilink
        2511 hours ago

        The system files aren’t writable, instead you download a new system image when you want to update. No dependency hell or weird issues because these system images are all tested. Your system also keeps one or two old ones around and if by some chance something does go wrong you just select the old one at boot.

        Downside is you’re more limited on installing software. You can force install things the traditional way but that kinda defeats the point. Instead you have to use things like FlatPak or AppImages which covers most GUI apps you could want. For command line apps you will have to use something like DistroBox.

        It’s a trade off but for casual desktop users it is super stable and pretty simple. Updates come out daily (depending on distro) and they just get all their software from the software center app with a nice GUI.

        • @Botzo
          link
          811 hours ago

          You can do gui apps too! I used distrobox to run WebEx on an Ubuntu image for an interview. Just had to get to the actual binary to launch and it worked seamlessly.

          • Jess
            link
            25 hours ago

            I have to ask, do you use X11 or Wayland? I’m struggling to get Webex working for calls (video or otherwise) under Wayland.

            • @Botzo
              link
              232 minutes ago

              IIRC that was X11. It has admittedly been a minute. And by a minute, I mean a year.

      • Cyborganism
        link
        fedilink
        811 hours ago

        (correct me if I’m wrong, I’m also new at this)

        There are two partitions. One with the current system, one with the previous system. Updates are applied in a whole batch at once, once in a while.

        Current system is cloned into the old one and an update is applied to the clone.

        Once the update is complete, system reboots in the clone, and what was the current system becomes the previous one.

        If something goes bad, you can reboot into the previous system and fix the clone.

        • @[email protected]
          link
          fedilink
          English
          12 hours ago

          that is one way to do it, and it’s a very common one - it’s robust and simple. So I can’t correct you, but thought I would add to it. In NixOS, they’ve improved it by making sure all your apps are symlinked, and when updating, these symlinks are updated. That way you can start using your newly updated system straight away, without a reboot. When rebooting, you are prompted to which generation you want to boot into, (defaulting to “latest” after a few seconds of no input) making rollbacks a breeze.

        • @einlander
          link
          310 hours ago

          This is how the steam deck works. I think newer android phones do this too.

          • Cyborganism
            link
            fedilink
            28 hours ago

            Yes, it uses an immutable atomic distro. I don’t know about Android phones, but I wouldn’t be surprised.

      • @[email protected]
        link
        fedilink
        411 hours ago

        The atomic distro would do a backup and if update goes wrong, it automatically boots back into the previous one.

    • AItoothbrush
      link
      fedilink
      English
      611 hours ago

      I know its a meme but nixos is actually good for this. You can be on the unstable branch, not update for 5 years and still get everything working after updating(tho i dont recommend because of security). I think nixos has some fucking AMAZING features but the problem is its paired with features that make it extremely hard to use for a casual user.

      • @[email protected]
        link
        fedilink
        English
        12 hours ago

        Agreed! I think a part of the “problem” is that with Nix, there’s now at least 3 sides: application specific knowledge, system knowledge, and you have to use the nix language, architecture and tools to interface with it. so for a seasoned linux user, there’s maybe just a new programming language, but if you’re new to Linux, it’s quickly gonna overwhelm you. which in a way is a bit ironic because I’d argue that it’s easier to manage a NixOS system, and getting help is so much easier when your problems can be replicated by just aharing your config.