this post was submitted on 25 Jun 2025
57 points (93.8% liked)
Linux Gaming
19522 readers
531 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
That's essentially what has happened in some distros like Arch Linux where you have to explicitly install the 32bit versions alongside the 64bit versions.
Also, Steam provides some 32bit libraries exactly for this reason.
For one, its just a burden for maintainers to continue to make sure stuff still works with the presence of those libraries. Unmaintained software is increasingly subject to vulnerabilities, adding an additional burden for maintainers that cover off on the security aspect of packages. It also can hold back further development in other areas simply because they need to be able to install those older 32bit libraries.
The solution to a lot of these problems is containerisation, whereby you're effectively able to shift these issues off into their own area that has no affect on the rest of the operating system, but can be safely accessed when needed.