X
Collapse
-
How to Install Steam on Ubuntu 24.04
Even on Linux, you can enjoy gaming and interact with fellow gamers via Steam. As a Linux gamer, Steam is a handy game distribution platform that allows you to install different games, including purchased ones. Moreover, with Steam, you can connect with other games and play multiplayer titles.Steam is a cross-platform game distribution platform that offers games the option of purchasing and installing games on any device through a Steam account. This post gives different options for installing Steam on Ubuntu 24.04.
Different Methods of Installing Steam on Ubuntu 24.04
No matter the Ubuntu version that you use, there are three easy ways of installing Steam. For our guide, we are working on Ubuntu 24.04, and we’ve detailed the steps to follow for each method. Take a look!
Method 1: Install Steam via Ubuntu Repository
On your Ubuntu, Steam can be installed through the multiverse repository by following the steps below.
Step 1: Add the Multiverse Repository
The multiverse repository isn’t added on Ubuntu by default but executing the following command will add it.
$ sudo add-apt-multiverse
Step 2: Refresh the Package Index
After adding the new repository, we must refresh the package index before we can install Steam.
$ sudo apt update
Step 3: Install Steam
Lastly, install Steam from the repository by running the APT command below.
$ sudo apt install steam
Method 2: Install Steam as a Snap
Steam is available as a snap package and you can install it by accessing the Ubuntu 24.04 App Center or by installing via command-line.
To install it via GUI, use the below steps.
Step 1: Search for Steam on App Center
On your Ubuntu, open the App Center and search for “Steam” in the search box. Different results will open and the first one is what we want to install.
Step 2: Install Steam
On the search results page, click on Steam to open a window showing a summary of its information. Locate the green Install button and click on it.
You will get prompted to enter your password before the installation can begin.
Once you do so, a window showing the progress bar of the installation process will appear. Once the process completes, you will have Steam installed and ready for use on your Ubuntu 24.04.
Alternatively, if you prefer using the command-line option to install Steam from App Center, you can do so using the snap command. Specify the package when running your command as shown below.
$ sudo snap install steam
On the output, the download and installation progress will be shown and once it completes, Steam will be available from your applications. You can open it and set it up for your gaming.
Method 3: Download and Install the Steam Package
Steam releases a .deb package for Linux and by downloading it, you can use it to install Steam. Unlike the previous methods, this method requires downloading the Steam package from its website using command line utilities such as wget or curl.
Step 1: Install wget
To download the Steam .deb package, we will use wget. You can skip this step if you already have it installed. Otherwise, execute the below command.
$ sudo apt install wget
Step 2: Download the Steam Package
With wget installed, run the following command to download the Steam .deb package.
$ wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb
Step 3: Install Steam
To install the .deb package, we will use the dpkg command below.
$ sudo dpkg -i steam.deb
Once Steam completes installing, verify that you can access it by searching for it on your Ubuntu 24.04.
With that, you now have Steam installed on Ubuntu.
Conclusion
Steam is handy tool for any gamer and its cross-platform nature means you can install it on Ubuntu 24.04. we’ve given three installation methods you can use depending on your preference. Once you’ve installed Steam, configure it and create your account to start utilizing it. Happy gaming!
More...Tags: None
Posting comments is disabled.
Categories
Collapse
Article Tags
Collapse
There are no tags yet.
Latest Articles
Collapse
-
by Kasimba
by George Whittaker
Introduction
Qualitative data analysis (QDA) is a cornerstone of research across various fields, from social sciences to marketing. It involves uncovering patterns, themes, and meanings within non-numerical data such as interviews, focus groups, and textual narratives. In this era of digital tools, MAXQDA stands out as a premier software solution for QDA, empowering researchers to organize...-
Channel: Articles
11-21-2024, 11:31 PM -
-
by Kasimba
by german.suarez
Introduction
In today’s fast-paced digital landscape, ensuring the availability and performance of applications is paramount. Modern infrastructures require robust solutions to distribute traffic efficiently and maintain service availability even in the face of server failures. Enter HAProxy, the de facto standard for high-performance load balancing and failover.
This article...-
Channel: Articles
11-21-2024, 03:00 PM -
-
by KasimbaArch Linux hasn't had a license for any package sources (such as PKGBUILD files) in the past, which is potentially problematic. Providing a license will preempt that uncertainty.
In RFC 40 we agreed to change all package sources to be licensed under the very liberal 0BSD license. This change will not limit what you can do with package sources. Check out the RFC for more on the rationale and prior discussion.
Before we make this change, we will provide contributors with...-
Channel: Articles
11-19-2024, 09:21 AM -
-
by Kasimba
by George Whittaker
Introduction
In the world of cybersecurity and software development, binary analysis holds a unique place. It is the art of examining compiled programs to understand their functionality, identify vulnerabilities, or debug issues—without access to the original source code. For Linux, which dominates servers, embedded systems, and even personal computing, the skill of binary analysis is...-
Channel: Articles
11-18-2024, 07:10 PM -
-
by KasimbaDebian and Ubuntu are two popular Linux distributions. In this deep dive we will guide you on the key differences between them from perspective of both corporate enterprise and personal productivity or pleasure usage. After reading this blog post you should be in a better position to decide to select Ubuntu or Debian.
Stewardship, Licensing, Community and Cost
Where as Debian is 100% fully committed to free software as defined by the Debian Free Software Guidelines, Ubuntu is created...-
Channel: Articles
11-17-2024, 08:30 PM -
-
by Kasimba
by George Whittaker
Introduction
In the digital age, data loss is a critical concern, and effective backup and recovery systems are vital for any Debian system administrator or user. Debian, known for its stability and suitability in enterprise, server, and personal computing environments, offers a multitude of tools for creating robust backup and recovery solutions. This guide will explore these solutions,...-
Channel: Articles
11-13-2024, 05:30 PM -