How to Install Steam in Ubuntu
Last Updated :
03 Jun, 2022
Steam is a prominent cross-platform gaming engine that offers a variety of fun and popular games for Linux. You may play your favorite games as well as meet and engage with new players through Steam. We will install the Steam Gaming application on Ubuntu in this article.
Installation of Steam on Ubuntu
The steam application can be installed through two methods:
- Install Steam from Ubuntu Package Repository
- Install Steam from the Official Steam Debian Package
Let's go through both methods one by one.
Method 1: Install Steam from Ubuntu Package Repository
Step 1: Update the repositories of the Ubuntu system by executing the below command.
sudo apt update
Step 2: Upgrade all the packages to their new version by executing the below command.
sudo apt upgrade
Step 3: Ensure that the multiverse repository is enabled. Run the following command to ensure.
sudo add-apt-repository multiverse
Step 4: Now, install the steam application using the following command.
sudo apt install steam
Step 5: Run the following command in the terminal to open the application.
sudo steam
Step 6: Now, log in with your credentials to open the application's dashboard.
Method 2: Install Steam from the Official Steam Debian Package
Step 1: Download the official Steam Debian Package by executing the following command.
wget -O ~/steam.deb http://media.steampowered.com/client/installer/steam.deb
Step 2: Now, install the deb package through the dpkg command in the terminal.
sudo dpkg --install steam.deb
Step 3: Run the application through the terminal or from Activities Panel.
Similar Reads
How to Install OpenTTD in Ubuntu? OpenTTD is an open-source transportation simulation game for Linux, based on the popular game Transport Tycoon Deluxe. It allows players to build and manage transportation networks, including roads, railways, airports, and ports, to transport goods and passengers. The game features a wide range of v
6 min read
How to Install Wine in Ubuntu If you've ever wished you had the ability to use Windows programs on Ubuntu, you're not the only one. Most users convert to Linux due to the speed, security, and open-source compatibilityâbut still require the ability to use some Windows-specific software. Thatâs where Wine comes in.Wine (short for
4 min read
How To Install 2048 on Ubuntu The 2048 game is a math-based puzzle game in which you must slide tiles on a 4x4 grid in one of four ways. Touching tiles of the same value are combined into tiles with the merged ones' extra value. After sliding, additional tiles appear at random, starting with a few 2-valued tiles. Before the boar
2 min read
How to install Nagios on Ubuntu Nagios is a free and open-source monitoring program that was created to keep track of various networking software, their sources, and Linux-based devices. We can keep an eye on any crucial actions and occurrences of software faults using Nagios by providing automatic notifications to the administrat
3 min read
How to Install Chrome on Ubuntu We all know that Ubuntu did not come with pre-install Google Chrome it comes with Firefox or Chromium web browser. But what if you are a Google Chrome fan? According to Statcounter, 66.29% of the market share of web browsers is occupied by Chrome browsers just because it offers speed, security, and
13 min read