{% hint style=“info” %} If you like my work, ❤️ Sponsor Me. It would mean the world to me! {% endhint %}
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 updateThen install Steam:
sudo apt install steam