Cachy does everything bazzite does but better less complicated and more friendly to new users coming from windows.
Immutable distros just add endless headache for new users and are a pain in the ass to look things up for if you don’t explicitly understand what your os is.
Drbreen@sh.itjust.works 4 days ago
I’ve installed Bazzite myself. What do you mean by immutable? I ran into an issue trying to install VPN the other night. Something about the fs being read only. I’m still yet to look into it.
AmbiguousProps@lemmy.today 4 days ago
That’s what immutable means in this case. You can’t modify outside of your user directory, at least not directly, on immutable distros. The files outside of your
~home path are read-only. You can override that a few different ways, however. If your VPN has a flatpak, that’s the easiest way to get it up and running. If you don’t care about more space (minimal, if you only do it for your VPN) being used, you may be able to follow your VPN’s fedora instructions, replacingdnfwithrpm-ostree. That will likely allow you to install as you can in other distros.Feel free to ask any questions if you have any, I’m happy to help.
Drbreen@sh.itjust.works 4 days ago
Thanks mate. I’m very new to Linux and still have the 101’s to learn. I’m going to see if I can find a CLI cheat sheet somewhere to memorise 😜
AmbiguousProps@lemmy.today 4 days ago
Ah, yeah, if your VPN only provides a run script you may need to try it in distrobox and see if it works there. It’s probably trying to put libraries in immutable portions of the install. Good work figuring Linux out, I know it can be a bit daunting at first but you’ll get the hang of it!