

Now, run an APT update to reflect the new packages that have been imported. Import Steam Launcher Stable (Recommended) echo deb stable steam | sudo tee /etc/apt//steam.list Import Steam Launcher Beta echo deb beta steam | sudo tee /etc/apt//steam.list PLEASE NOTE YOU CAN ONLY IMPORT ONE REPOSITORY AT A TIME, DO NOT IMPORT BOTH AS THEY CAN NOT BE INSTALLED SEPARATELY. When installing Steam from their official repository, you get the option of installing the stable branch that most users should use first and foremost, or for users who want to have the beta releases and live on the edge. wget -O- | sudo gpg -dearmor | sudo tee /usr/share/keyrings/steam.gpg This method is perhaps the best solution however, it is just a little bit longer to set up, but the benefits of grabbing the packages directly from Steam mean you will always be up-to-date.įirst, import the GPG key required to verify the authenticity of the Steam package installer. The second method of installing Steam, which utilizes the APT package manager, is to import the official steam repository. sudo apt install steam-installer -y Install Steam – APT Method with Steam Repository Use the following command to install the client.

The only issue that may occur in the future if a major package installer update occurs, Ubuntu may be slow to update it unless it is an urgent security fix. This is the easiest solution for most users, and the Steam client self-updates internally. The first method of installing Steam is to install the client using Ubuntu’s default repository. Install Steam – APT Method with Ubuntu Repository Most users should enable this for lower-end systems that can only play lower-end games that come in 32bit format more often than not, and high-powered systems will not notice any impact having the packages installed. For users who wish to have 32-bit and 64-bit support together to play the many games of Steams library that require this, use the following command.
