forked from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Steam
PolyCat edited this page May 9, 2024
·
10 revisions
I used to include steam with the image but it regularly caused errors while building the image so I swapped to the flatpak version.
There are two main ways to install Steam:
The flatpak version of Steam is good for 95% of use cases but niche stuff that needs deeper access to your system won't work. The only thing that hasn't worked for me is Steam VR.
Open up the included app store and search "steam".
This will download steam from it's Flathub page.
flatpak install flathub com.valvesoftware.Steam
This will install Steam on system level. So if you are having problems with Steam VR or something like that you can go with this route.
This will reboot your system after install so you can use the app.
rpm-ostree install steam && \
systemctl reboot