this post was submitted on 21 Jul 2025
92 points (86.5% liked)
Linux Gaming
20196 readers
367 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
True true, still modern linux doesn't break as easily as u frame it. And is user friendly enough for even non tech ppl. A user would have to go out of their way todo something weird in cli. As long as they are just installing games then not a whole lot can go wrong.
On bazzite if u want to install something that isn't virtualized like flats, than u would have to dive more into cli. That instead of simply typing sudo apt install.
I mean, I've bricked plenty of installs before I knew what I was doing more. I still regularly see, in certain places, people give purposefully destructive commands.
rm -rf /
doesn't work directly anymore, but it'll work on your home folder for example. You also don't need CLI to install games, I would say literally never.If a good third-party launcher that needed to be run as a system package showed up, Bazzite would just add that. Games that just ship a Linux executable like a lot of itch.io stuff generally works regardless and doesn't need the CLI. Can you give an example of a gaming usecase that requires
sudo apt
?You can also install packages to the system on Bazzite by the way. It's atomic, not actually immutable. It's just frowned upon because it makes things less stable, and increases the length of updates. You use
sudo rpm-ostree install
in the same way, and it layers the package on top of the current version. It's treated as an absolute last resort, but it is way easier to reset to the base image if anything goes wrong.No not a lot. Was just distro hopping and tried bazzite. When I tried to install something that wans't in the software centrum it indeed said to try sudo rpm-ostree install. But monkey brain already found it too much. So yeah... My bazzite views probaly aren't the best lol. Have to give it a better try some day.
I mean, Bazzite is Fedora so even if it wasn't atomic, you'd be using
dnf
instead ofapt
. Subbing outrpm-ostree
isn't much different :P