It is a perfect baseline OS. It gets people connected to Steam faster and easier to Windows, which is the main access to most games.
Biggest obstacles to venturing out in Linux is the documentation for everything is not built or assuming normie users. The default assumption of competancy does not exist in Windows manuals.
But even so using Homebrew in Bazzite is no more complex than in Windows.
Drbreen@sh.itjust.works 1 day 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 1 day 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 1 day 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 1 day 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!