Install Steam
How to install Steam in your Linux Desktop Environment.
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
Was this helpful?