Search results
People also ask
How do I download a steam deb file?
How do I install steam on Debian?
How to install steam on Linux?
How do I install steam on different Linux distributions?
How do I install steam on Red Hat Enterprise Linux?
How do I install a new version of steam?
The latest release for Ubuntu LTS is available here: steam_latest.deb. This is a launcher/bootstrapper package containing: the steam-devices udev rules; a minimal version of Steam, enough for the self-update mechanism to download the rest; Installing via apt. Download steam.gpg and copy it to /usr/share/keyrings/steam.gpg, then run:
- Archive
Steam for Linux - archive of historical releases stable/...
- Archive
- Overview
- Using the Multiverse Repository
- Using the Ubuntu Software App
- Installing a DEB Package
- Using the RPM Fusion Repository
- Installing from Flatpak
This wikiHow teaches you how to install the Steam app on various Linux distributions. If you're running Ubuntu or Debian, you can install Steam from the Ubuntu Software app or use the Ubuntu repositories. For the latest updates not available in the Ubuntu repositories, you can install Steam from its official DEB package. If you are using Fedora or an RPM-based Linux distribution, you can install Steam using RPM Fusion. For all other Linux distributions, you can use Flatpak to install Steam.
Access the multiverse repository from the Terminal to download Steam on Ubuntu.
You can install the official Steam DEB package in the Terminal to get the latest updates.
If you’re using Flatpak, install the Flatpak manager if you don’t already have it.
It's the icon with 9 squares in a grid. It's in the lower-left corner by default. This opens the Dash. The Dash displays all apps you have installed.
Locate the Terminal icon and click it.
It has a black icon that resembles a computer screen with a white cursor. Click the icon to open the Terminal.
to open the Terminal using the keyboard shortcut.
Type sudo add-apt-repository multiverse and press
This command will add the required repository for installation.
It's the icon with 9 squares in a grid. It's in the lower-left corner by default. This opens the Dash. The Dash displays all apps you have installed on your Ubuntu system.
Find and click the Ubuntu Software app.
This app looks like an orange bag icon with a white "A" on it.
You can type the app name in Dash to quickly find it.
Click the search icon at the top.
This displays a search bar that allows you to search for apps available for Ubuntu in Software Center.
It's the icon with 9 squares in a grid. It's in the lower-left corner by default. This opens the Dash. The Dash displays all apps you have installed.
Locate the Terminal icon and click it.
It has a black icon that resembles a computer screen with a white cursor. Click the icon to open the Terminal.
to open the Terminal using the keyboard shortcut.
Type sudo dpkg --add-architecture i386 and press
This enables multi-arch support that allows 32-bit support on a 64-bit version of Linux.
Ctrl + Alt + T
On most Linux distros, you can open the Terminal by press
Ctrl + Alt + T
to open the Terminal. Alternatively, you can press the
(Windows or Command) key (or click the Dash icon) to open the Dash and type Terminal in the search bar. This method works on RPM-based Linux distros like Fedora.
Type sudo dnf update and press
Ctrl + Alt + T
On most Linux distros, you can open the Terminal by press
Ctrl + Alt + T
to open the Terminal. This method allows you to install Steam using Flatpak. Flatpak works on any Linux distro as long as the Flatpak manager.
Type sudo dnf update and press
This updates the dnf repositories on your system.
Oct 5, 2023 · You can install Steam on Ubuntu or Debian either through the GUI using Ubuntu Software or through the terminal using the apt command. Steam can also be installed on Fedora, OpenSUSE, and other RPM-based distributions using the respective package managers, or on any distribution using Flatpak.
- Abubakar Mohammed
Jul 7, 2020 · Download the latest .deb package using the following wget command: wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb; Once the download is complete, install Steam with apt: sudo apt install ./steam.deb; That’s it. At this point, you have Steam installed on your Ubuntu desktop.
Oct 3, 2024 · Open the terminal and use the apt package manager to install Steam. This method involves downloading the .deb package from the official website and running a few commands, making the process as direct as possible. It might sound intimidating, but trust me, it’s easier than assembling IKEA furniture.
Download the steam_latest.deb package from this location. Navigate to the directory containing steam_latest.deb and double-click it. This launches Ubuntu Software Center and installs the package.
Oct 4, 2024 · Another reliable way is to download the official DEB package from the Steam website. Once it’s in your Downloads folder, just use sudo dpkg -i steam_latest.deb in the terminal to install it. Flatpak can also play a part in getting Steam up and running on many other distributions, offering flexibility and simplicity.