• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install Steam on Ubuntu 20.04

Written by Admin, Updated On July 20, 2020
games, steam, ubuntu
How to Install Steam on Ubuntu 20.04

Steam is a digital service to distribute video games developed by Valve Corporation. There are numerous games free and paid games available on Steam store. This article explains how to install the Steam client on Ubuntu 20.04.

Prerequisites#

You must be logged in as a user with sudo privileges on your Ubuntu system.

Install Steam on Ubuntu#

Installing Steam on Ubuntu is fairly straightforward. Perform the following steps to install Steam on your Ubuntu system:

Step 1 – Download Steam Package#

Open the terminal and download the latest Steam .deb package using the following wget command:

wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb

Step 2 – Install Steam Package#

Once the download is complete, install Steam with apt:

sudo apt install ./steam.deb

It’s done. At this stage, you have Steam installed on your Ubuntu desktop.

The official Steam repository will be added to your system during the installation process. Whenever a new version is available, you can update the Steam package through your desktop standard Software Update tool or by running the following commands in your terminal:

sudo apt update
sudo apt upgrade

Starting Steam#

To start the Steam client, open the Activities search bar, type “Steam” and click on the icon. You also can start the Steam from the command-line by typing steam.

At first launch, it will open a new terminal and install necessary packages. Once you get prompt you should type y and hit Enter key to continue. The terminal will close, and Steam will update its self to the latest version:

steam-install-packages

It will take few minutes depends on your system and it will start the Steam client.

update-steam

As you can see in below image, you can create or login to your Steam account.

login-steam

Conclusion#

You successfully learned how to install Steam on Ubuntu 20.04. To find a list of supported Linux games, visit this page.

If you have any questions or feedback, please leave a comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install Gradle on Ubuntu 20.04
Next Article   How to Install TensorFlow on CentOS 8

Related Posts

  • How to Upgrade to Ubuntu 22.04

    How to Upgrade to Ubuntu 22.04?

    June 1, 2022
  • How to Install Gulp.js on Ubuntu 20.04

    How to Install Gulp.js on Ubuntu 20.04

    June 22, 2021
  • How to Install Puppet Agent on Ubuntu 20.04

    How to Install Puppet Agent on Ubuntu 20.04

    June 15, 2021

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook