Skip to main content

[How To] Set up Steam On Debian 10/11 Desktop

 




This tutorial is subjected with how to install Steam on Debian Linux platform and is appropriate for Debian 10 or 11. Steam is widely referred to as an application enabling customers to play games simply. It runs as a desktop client and options to download, install and play new favorite games. Get much more data about [How To] Install Steam On Debian 10/11 Desktop





Set up Steam On Debian Linux- Easy Steps

1: Adding “non-free” component in default repository



So that you can install Steam app on Debian 10 or 11 platform, we needn’t to add any new repository to system. The default repository will call for just to be extended and nothing else. To perform so, add “contrib non-free” option within the /etc/apt/sources.list file.



To open the aforementioned file, run the command under:



sudo nano /etc/apt/sources.list

For Debian 10 (Buster)



Default values:



deb http://deb.debian.org/debian/ buster primary

deb-src http://deb.debian.org/debian/ buster key

deb http://security.debian.org/debian-security buster/updates principal

deb-src http://security.debian.org/debian-security buster/updates most important



Modified to:



deb http://deb.debian.org/debian/ buster main non-free contrib

deb-src http://deb.debian.org/debian/ buster main non-free contrib

deb http://security.debian.org/debian-security buster/updates most important contrib non-free

deb-src http://security.debian.org/debian-security buster/updates main contrib non-free

For Debian 11 (Bullseye)



Default values



deb http://deb.debian.org/debian/ bullseye primary

deb-src http://deb.debian.org/debian/ bullseye major

deb http://security.debian.org/debian-security bullseye/updates primary

deb-src http://security.debian.org/debian-security bullseye/updates primary



Modified to



deb http://deb.debian.org/debian/ bullseye primary non-free contrib

deb-src http://deb.debian.org/debian/ bullseye major non-free contrib

deb http://security.debian.org/debian-security bullseye/updates key contrib non-free

deb-src http://security.debian.org/debian-security bullseye/updates major contrib non-free

Once the default repository file is appended, you'll be able to save (ctrl s) and exit (ctrl x) the file, and proceed with subsequent step.



2: Enabling 32-bit support (Multi-Arch)

Multi-Arch is an option in Debian Linux that is necessary to set up packages and dependencies for 32 bit and 64 bit architecture. Since most of the games supports 32-bit architecture, it’s essential to enable 32-bit support on your desktop. This could simply be completed by operating below commands:



sudo dpkg --add-architecture i386

3: Running system update

As a rule, it is generally recommended to rebuild system cache to recognize not too long ago produced adjustments in system configuration files. Just run the command right here:



sudo apt update

4: Installing Steam app on Debian

Now, you simply have to have to set up Steam app on your Debian operating system, and it requirements a single command to run in terminal:



sudo apt install steam

5: Launching Steam app on Debian

Soon after the installation is effectively processed, you could navigate to All Applications in Debian 10 or 11 and look for Steam app. Click on its icon to launch the app.



Alternatively, you can also launch Steam through terminal also by operating the command under:



steam

Conclusion

That is all, you may not enjoy Steam on Debian Linux now. We hope this tutorial relating to the way to install Steam on Debian Linux might helped you. If you liked this short article, do share it with your pals. Click here to recommend an edit or share your views in comment section beneath.

Comments