I recently took up Bazzite from mint and I love it! After using it for a few days I found out it was an immutable distro, after looking into what that is I thought it was a great idea. I love the idea of getting a fresh image for every update, I think for businesses/ less tech savvy people it adds another layer of protection from self harm because you can’t mess with the root without extra steps.

For anyone who isn’t familiar with immutable distros I attached a picture of mutable vs immutable, I don’t want to describe it because I am still learning.

My question is: what does the community think of it?

Do the downsides outweigh the benefits or vice versa?

Could this help Linux reach more mainstream audiences?

Any other input would be appreciated!

  • priapus@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    A distro can be both atomic and immutable, and they often go hand in hand.

    Immutable simply means the core of a distro is read-only, meaning it cannot be modified by usual means. There are still ways to modify these files, but it works differently than in other distros.

    Atomic distros are ones that update atomically. Atomic is used to describe an operation that cannot be cancelled in the middle of it, they either complete, or nothing changes. This means you can’t break things by cancelling an update midway through. Atomic distros also often come with the ability to rollback to the previous build of the system.

    • Tgo_up@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 hours ago

      Doesn’t all immutable distros have updates that can’t be cancelled and that will either complete or not change anything?

      I only just started learning about immutable distros so I may be completely wrong but it’s how I understand them to work when reading about it.