Every immutable distro right now
Every immutable distro right now
Honestly, that’s the same thing I got with BTRFS+snapper. It creates a snapshot before and after any Package installation. In case anything goes wrong I can just go back to a previous snapshot. And on top of that I can easily install native packages and don’t lose any disk space to multiple partitions.
I’ve come to despise immutable operating systems since first encountering them in Android.
env | grep PATH (to put it in some random terms). If you want to fiddle with your system, customize the shell, etc... some simple stuff that made me fall in love with Linux might be just too difficult in an immutable system... at least this was my experience as a +10 year Linux user. Just adding ZSH to the distro is somewhat difficult enough, so the distro mantainers added a 'just recipe' (which is just a Makefile, see uBlue ujust docs) to do the stuff you would consider normal if you had any CLI experience; so stuff like tweaking your system (e.g. in the past I've used arch btw) will now be alienated from usual sources like simple online documentation... But I had to try this to get to know it. So, all in all, I think these immutable distros are great for someone who just starts on Linux or programming, and forces them to keep a clean home directory, nothing crazy like conda, pip install, pipx, etc. which I've learn as a dev to use; and have full knowledge of what they do with my env. Forced me to use devcontainer, cool... I guess... So, that's the "safety" that I got from an immutable system, just being forced to keeping it tidy. Not bad, specially for a rolling distro like Fedora (the base for universal blue/ aurora.)
“Yes, do as I say”
A power outage during install.
Trying out experimental stuff.
Uninstalling critical packages.
Someone at $distribution fucked up packaging.
You could just as well ask why an immutable system must be immutable. The safeguards are not there for normal operation. They are supposed to help you with fatal irregularities.
I decided to go with an immutable distro for my first Linux gaming PC because immutable distros are as idiot proof as you can get. I like that I can’t really mess anything up and if something does break, I can rollback to a previous version. I’m sure there are ways to setup rollback for other distros but I’m not a Linux person so I don’t really know what I’m doing and letting Bazzite handle everything for me made it a perfect fit.
Everything has been smooth sailing with Bazzite so far.
It’s mostly useful for stability in appliances and reproducibility in large scale deployments.
IMO, I don’t think immutability makes sense for desktop use. The whole point of a desktop is to make it personalized.