How to install Steam in your Linux Desktop Environment.
Last updated 3 years ago
Was this helpful?
If you like my work, . 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