
In the main Steam menu bar, the one that contains Store, Library, Community, etc. When we have already logged into the application, our Board or Main Screen will appear, through which we will see the games that we have in our library: Then it will ask us if we want to create a new account, or if we already have one, in my case I created a new account: When we open it for the first time we will see that it begins to download a 200mb update: We update the operating system and then we can install Steam on Fedora.I recommend running steam in a terminal, so we will know if something gives an error, we can see the error output ( for example a package not found, and we install it). So in the terminal we write the following: su -c 'dnf install $(rpm -E %fedora).noarch.rpm $(rpm -E %fedora).noarch.rpm' Now we have to add special repositories to have it to the latest version of Steam and the software necessary for Steam to function properly. Su -c 'dnf -y install xorg-x11-drv-amdgpu mesa-libGL.i686 mesa-dri-drivers.i686'Īnd if they are from Intel we have to write the following: su -c 'dnf -y install xorg-x11-drv-intel mesa-libGL.i686 mesa-dri-drivers.i686' If we have a AMD card we will have to write the following: If we are running Nvidia proprietary drivers then we only have to install the following packages: su -c 'dnf -y install xorg-x11-drv-nvidia-libs.i686' To do this, we have to open the terminal and write the following if we have an Nvidia GPU: su -c 'dnf -y install xorg-x11-drv-nouveau mesa-libGL.i686 mesa-dri-drivers.i686' To install Steam on any Gnu / Linux distribution and especially on Fedora, we need to have the drivers and libraries of our GPU.

The official Steam client on Fedora only has a 32-bit version at the moment Next we explain how to install Steam on your Fedora. However, this application is not pre-installed in our distributions. The positive of Steam is in that it has an official client for any Gnu / Linux distribution but it also has an operating system based on Debian that offers the best of its platform through this fork. This is due, among other things, to the video games that we can play without having to wait to have a certain platform or operating system. The Steam app is a video game platform that is becoming more and more popular among computer and laptop users.
