this post was submitted on 24 Jun 2025
1 points (100.0% liked)

Linux Gaming

19546 readers
9 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
[–] [email protected] 0 points 3 days ago (1 children)

What's the immutable part of Fedora, compared to other distros? Asking because, well, dropping 32bit support is a significant change and something that would make dummies like me not understand what's immutable.

[–] [email protected] 0 points 3 days ago (1 children)

The underlying system is managed by OSTree, which handles the entire system instead of individual packages. You cannot simply change any part of the system, it’s all or nothing. This means stability, security, and effortless rollbacks if anything goes wrong. If you really want to tinker, you can create layers that sit on top of the base system, but it still doesn’t modify the system. It’s a very different way of thinking about how the system works. It’s like working with containers.

[–] [email protected] 0 points 2 days ago

Man that sounds so nice for my laptop.