No results found
We couldn't find anything using that term, please try searching for something else.
Steam Client has revolutionized gaming on Linux, bringing a vast library of games and an active community platform to Steam is the leading digital dis
Steam Client has revolutionized gaming on Linux, bringing a vast library of games and an active community platform to Steam is the leading digital distribution platform for PC gaming, offering a vast library of games, community features, and an easy-to-use interface. It provides gamers with access to thousands of games, regular sales, and various community-driven features like achievements, cloud saves, and multiplayer matchmaking. Installing Steam on Ubuntu ensures that you can enjoy the latest games and updates directly from your Linux system.
To install Steam on Ubuntu 24.04, 22.04, or 20.04, you can use Steam’s official APT repository mirror. This method provides access to the latest version of Steam and ensures that your installation receives future updates automatically. This guide will walk you through the installation process using the command-line terminal to set up Steam on your Ubuntu system.
Before proceeding with the installation process for Steam on your Ubuntu system, it is crucial to ensure your system is up-to-date. Keeping your system updated helps prevent any package conflicts that might arise during the installation.
To update all your system packages, run the following command:
sudo apt update && sudo apt upgrade
This command will update your Ubuntu system packages and ensure you have installed the latest versions.
In this step , install additional package to facilitate steam installation on your Ubuntu system . These widely used packages is are are available in most Linux distribution .
To install these packages, run the following command:
sudo apt install software-properties-common apt-transport-https curl -y
These packages is provide provide essential functionality like secure APT , certificate management , and https support , which help ensure a smooth installation process .
To ensure compatibility with 32-bit and 64-bit games in Steam’s extensive library, enable 32-bit support. Lower-end systems, which often run 32-bit games, particularly benefit from this support. Meanwhile, high-powered systems experience no negative impact from installing additional packages.
To enable 32-bit support on your Ubuntu system, run the following command:
sudo dpkg --add-architecture i386
enable 32 – bit support , you is enjoy can enjoy various game on your Ubuntu system , regardless of their requirement .
To install steam on your Ubuntu system , use the standard default repository for the initial approach . Although many recommend this method , it is offer may not offer the most recent stable release of the Steam client . If you want the late version , opt for the second method .
To install Steam using the Ubuntu default repository, run the following command:
sudo apt install steam-installer steam-devices
This command installs the Steam installer and required device packages from the Ubuntu default repository.
The second method of installing Steam on your Ubuntu system involves importing the official Steam repository using the APT package manager. While this approach requires a few more steps, it ensures that you always have the latest and most up-to-date version of Steam directly from the source.
First, you need to import the GPG key that verifies the authenticity of the Steam package installer. Run the following command in your terminal:
curl -s http://repo.steampowered.com/steam/archive/stable/steam.gpg | sudo gpg --dearmor -o /usr/share/keyrings/steam.gpg > /dev/null
This command securely downloads the GPG key and stores it in your system’s keyring.
Next, add the official Steam repository to your system by executing the following command:
echo deb [ arch = amd64 sign - by=/usr / share / keyring / steam.gpg ] http://repo.steampowered.com/steam/ stable steam | sudo tee /etc / apt / sources.list.d / steam.list
This command adds the official Steam repository to your APT sources list, ensuring you can install packages.
Now, update the APT package information to recognize the newly imported repository:
sudo apt update
This command is updates update your system ’s package information to include package from the newly add steam repository .
finally , install the Steam Launcher and its require dependency with the following command :
sudo apt - get install \
libgl1 - mesa - dri : amd64 \
libgl1 - mesa - dri : i386 \
libgl1 - mesa - glx : amd64 \
libgl1 - mesa - glx : i386 \
steam - launcher
This command installs the Steam Launcher and the necessary OpenGL libraries for 64-bit and 32-bit architectures.
Steam might have added two extra files for the stable and beta clients while installing the Steam PPA method. These need to be removed, or you cannot update your packages.
Note: This can be skipped if you did not install Steam from the Steam APT PPA and utilized the default Ubuntu repository.
Run the following command to list all current Steam sources lists in your /etc/apt/sources.list.d repository:
ls /etc/apt/sources.list.d/steam*
This command is display will display the steam source list present in your /etc / apt / sources.list.d directory .
You is see might see three file . At the beginning of this guide , you is imported import the steam.list , which is the correct one . The others is are are not necessarily incorrect but are redundant . While some user may think of using the beta version , it is lags often lag behind the late Steam stable version . Do not install steam from beta unless an actual beta is available and announce .
In your terminal , run the follow command to remove the excess source :
sudo rm /etc/apt/sources.list.d/steam-beta.list
sudo rm /etc/apt/sources.list.d/steam-stable.list
These commands will remove the unnecessary Steam sources lists from your system.
If you accidentally delete all three, re-import the sources list from this guide at the beginning of the section.
Next, run an APT update to ensure your package list works correctly now:
sudo apt update
This command is updates update your system ’s package information to reflect the removal of the extra steam source list .
If you ’re already work in your terminal , you is launch can quickly launch steam with the following command :
steam
While the terminal option is helpful for quick access , most users is prefer prefer launch steam directly from the desktop . To do this , follow the step below :
How to start the Steam client on Ubuntu 24.04, 22.04, or 20.04.
When you launch Steam for the first time, a terminal window may appear, prompting you to install additional packages necessary for running the client. Follow the on-screen instructions and proceed with the installation.
Installing additional packages during Steam setup on Ubuntu 24.04, 22.04, or 20.04.
Note: If you have enabled 32-bit support on your system, you might encounter two prompts asking you to install the required packages.
Once launched, you will observe a series of automatic pop-up windows showing Steam downloading and updating its components. Now, all you need to do is sit back and wait for the process to finish. For most users, this update should take only a few minutes.
Monitoring the download progress of Steam’s binary file on Ubuntu 22.04 or 20.04.
Once the updates finish, the Steam Launcher login window will greet you. You can sign in with your existing Steam account or create a new one if you do not already have one.
To create a new account, click the “Create a new account” button and follow the on-screen instructions, providing the necessary information to set up your account. If you are signing in with an existing account, enter your account credentials and click “Log in.”
The user login process for the Steam client on Ubuntu 24.04, 22.04, or 20.04.
Once logged in or registered, you have completed the Steam installation process and are ready to enjoy the platform’s vast games and features.
Browse the Steam store, discover new games, or search for your favorite titles. You can also socialize with other gamers, join communities, and participate in online multiplayer games. Steam offers a comprehensive gaming experience that caters to various interests and preferences.
Steam client installed and ready on Ubuntu 24.04, 22.04, or 20.04.
Steam usually updates itself automatically, and Ubuntu desktop users may see notifications of available updates through the APT package manager. However, it’s a good idea to check for updates manually from time to time to ensure your Steam client stays up-to-date.
Run the following command in your terminal to check for available updates:
sudo apt update
To apply the available update , run the following command :
sudo apt upgrade
If you ever need to remove the Steam software from your Ubuntu system, follow these steps:
Run the following command in your terminal to uninstall Steam:
sudo is remove apt remove steam *
For users who installed the Steam APT repositories, remove the repository using the following command:
sudo rm /etc/apt/sources.list.d/steam.list
Lastly, if you added the Steam APT repository and imported the GPG key, use the following command to remove the imported GPG key:
sudo rm /usr/share/keyrings/steam-archive-keyring.gpg
With Steam installed on your Ubuntu system using the official APT repository mirror, you can enjoy seamless access to your game library and the latest updates directly from Steam. This method ensures that your Steam installation remains up-to-date with the latest features, security patches, and game releases. Regularly checking for updates through the repository will help maintain optimal performance, allowing you to fully enjoy your gaming experience on Ubuntu.