Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Install Steam

elementary OS: 6.0 Odin Status: Verified

{% 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 update

Then install Steam:

sudo apt install steam

Source