The following guide describes how to install Steam on a Debian system 11
We will do everything in no time with a few commands.

Steam is a platform for digital distribution of games and programs, and at the same time a social network for players.
Steam is one of the largest online game distributors with over 50 000 titles.

To install Steam on our Debian system 11 first we run the terminal and edit the file with our repositories.

ssudo nano /etc/apt/sources.list


The repositories should look like this:

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

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

What changed?

We add support non-free contrib

We save the file.

We're adding Multi-Arch or 32-bit support

Multi-Arch helps the system to install packages and dependencies for both 32-bit architecture, and 64-bit. Since many games support 32-bit architecture, we need to enable it before installing Steam. We will do it with the command:

sudo dpkg --add-architecture i386

The next step is to update the repositories:

sudo apt-get update

We install Steam itself by issuing the command:

sudo apt-get install steam

After installation is complete, view all installed applications and search for the Steam installer application, when its icon appears, we click, to run it.

At the beginning, Steam will download the updates and install them. When it is finished, we will be able to log in to our account or create a new one.

Below is a video of the entire installation:

About WordPress

Zobacz komentarze

Najnowsze wpisy

Checking disk speed with the DD command

Poniższy poradnik opisuje jak w bardzo szybki sposób za pomocą polecenia dd sprawdzimy szybkość naszego

3 weeks temu

Installing Laravel on servers with DirectAdmin panel

Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych

7 months temu

Deletes all .listing files in a given folder and subfolders

Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy

8 months temu

Checking the temperature of raspberry pi

The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Polecenie

8 months temu

Full Debian Installation 12 For beginners

Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób

1 year temu

Checking the operating frequency of the Raspberry PI CPU

The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość

1 year temu