Install Steam

How to install Steam in your Linux Desktop Environment.

If you like my work, ❤️ Sponsor Me. It would mean the world to me!

Because Steam is 32-bit only, you first need to enable i386 multiarch and be sure you are up-to-date:

sudo dpkg --add-architecture i386
sudo add-apt-repository multiverse
sudo apt update

Then install Steam:

sudo apt install steam

Source

Last updated