[How To] Install Steam On Debian 10/11 Desktop

This tutorial is subjected with tips on how to set up Steam on Debian Linux platform and is suitable for Debian 10 or 11. Steam ...

author avatar

1 Followers
[How To] Install Steam On Debian 10/11 Desktop

This tutorial is subjected with tips on how to set up Steam on Debian Linux platform and is suitable for Debian 10 or 11. Steam is widely called an application enabling users to play games quickly. It runs as a desktop client and features to download, set up and play new favorite games. Get extra details about [How To] Install Steam On Debian 10/11 Desktop

Set up Steam On Debian Linux- Simple Methods

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

As a way to set up Steam app on Debian 10 or 11 platform, we needn’t to add any new repository to system. The default repository will need just to be extended and nothing else. To complete so, add “contrib non-free” option within the /etc/apt/sources.list file.

To open the aforementioned file, run the command below:

sudo nano /etc/apt/sources.list

For Debian 10 (Buster)

Default values:

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

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

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

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

Modified to:

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

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

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

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

For Debian 11 (Bullseye)

Default values

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

deb-src http://deb.debian.org/debian/ bullseye most important

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

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

Modified to

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

deb-src http://deb.debian.org/debian/ bullseye key 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 primary contrib non-free

When the default repository file is appended, you can save (ctrl s) and exit (ctrl x) the file, and proceed with subsequent step.

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

Multi-Arch is definitely an option in Debian Linux which is vital to set up packages and dependencies for 32 bit and 64 bit architecture. Due to the fact the majority of the games supports 32-bit architecture, it is essential to enable 32-bit support in your desktop. This can very easily be completed by running below commands:

sudo dpkg --add-architecture i386

3: Running system update

As a rule, it’s generally suggested to rebuild system cache to recognize lately made modifications in system configuration files. Just run the command here:

sudo apt update

4: Installing Steam app on Debian

Now, you simply need to install Steam app on your Debian operating system, and it demands a single command to run in terminal:

sudo apt install steam

5: Launching Steam app on Debian

Right after the installation is successfully processed, you may navigate to All Applications in Debian 10 or 11 and search for Steam app. Click on its icon to launch the app.

Alternatively, you can also launch Steam by way of terminal as well by running the command under:

steam

Conclusion

That is all, you\'ll be able to not delight in Steam on Debian Linux now. We hope this tutorial relating to the best way to set up Steam on Debian Linux may well helped you. If you liked this short article, do share it together with your mates. Click right here to recommend an edit or share your views in comment section below.

Top
Comments (0)
Login to post.