How to Install Steam on Linux

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...
Method 1 of 5:

Installing from the Ubuntu Software App

  1. How to Install Steam on Linux Picture 1How to Install Steam on Linux Picture 1
    Open the Ubuntu Dash on your computer. Click the icon on the top-left corner of your screen to open the Dash.
  2. How to Install Steam on Linux Picture 2How to Install Steam on Linux Picture 2
    Find and click the Ubuntu Software app. This app looks like an orange bag icon with a white "A" on it.
    1. You can type the app name in Dash to quickly find it.
  3. How to Install Steam on Linux Picture 3How to Install Steam on Linux Picture 3
    Click the search bar at the top. You can search all the available software here.
  4. How to Install Steam on Linux Picture 4How to Install Steam on Linux Picture 4
    Search Steam in the software app. Type the app name, and press Enter or Return on your keyboard. The official Steam app will show up at the top of the results.
  5. How to Install Steam on Linux Picture 5How to Install Steam on Linux Picture 5
    Click the Install button next to Steam. This will install the latest release of the official Steam app on your Ubuntu Linux computer.
Method 2 of 5:

Installing from Ubuntu Repositories

  1. How to Install Steam on Linux Picture 6How to Install Steam on Linux Picture 6
    Open a Terminal window. To do this, click the icon on the top-left, type "Terminal," and hit Enter or Return. You could also press the Ctrl+Alt+T keyboard shortcut.
  2. How to Install Steam on Linux Picture 7How to Install Steam on Linux Picture 7
    Type sudo add-apt-repository multiverse. This command will add the required repository for installation.
    1. Press Enter or Return to run the command. If you're prompted, enter your password to proceed.
  3. How to Install Steam on Linux Picture 8How to Install Steam on Linux Picture 8
    Type and run sudo apt update. This will update the repository with the latest version.
    1. Press Enter or Return to run the command.
  4. How to Install Steam on Linux Picture 9How to Install Steam on Linux Picture 9
    Type and run sudo apt install steam. This will install Steam from the default Ubuntu repositories.
    1. You can launch the Steam app on your computer after your installation is finished.
Method 3 of 5:

Installing via DEB Package

  1. How to Install Steam on Linux Picture 10How to Install Steam on Linux Picture 10
    Open a terminal window. To do this, click the icon on the top-left, type "terminal," and hit Enter or Return. You could also press the Ctrl+Alt+T keyboard shortcut.
  2. How to Install Steam on Linux Picture 11How to Install Steam on Linux Picture 11
    Type sudo dpkg --add-architecture i386.
  3. How to Install Steam on Linux Picture 12How to Install Steam on Linux Picture 12
    Press Enter or Return. This will run your command.
  4. How to Install Steam on Linux Picture 13How to Install Steam on Linux Picture 13
    Type sudo apt update. This will complete all your latest updates for installation.
    1. Press Enter or Return to run the command.
  5. How to Install Steam on Linux Picture 14How to Install Steam on Linux Picture 14
    Type and run sudo apt install wget gdebi-core libgl1-mesa-dri:i386 libgl1-mesa-glx:i386.
  6. How to Install Steam on Linux Picture 15How to Install Steam on Linux Picture 15
    Type and run cd /tmp && wget http://media.steampowered.com/client/installer/steam.deb.
    1. This will download the Steam DEB package to your computer.
  7. How to Install Steam on Linux Picture 16How to Install Steam on Linux Picture 16
    Type and run sudo gdebi steam.deb. This will install the Steam app from the official DEB package.
    1. You can launch Steam on your computer as soon as the install is finished.
Method 4 of 5:

Installing on Fedora/RedHat/CentOS or Other

  1. How to Install Steam on Linux Picture 17How to Install Steam on Linux Picture 17
    Open a terminal window. There is no Steam app in the official Fedora repositories, but you can install it via a third-party repository in the command prompt.
  2. How to Install Steam on Linux Picture 18How to Install Steam on Linux Picture 18
    Type $ su -c 'dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'.
    1. This command will install the RPM Fusion repository. You can install Steam via this repo.
    2. RPM Fusion is a reliable third-party repository for Fedora/RedHat and clone Linux versions. You can find more information at https://rpmfusion.org.
  3. How to Install Steam on Linux Picture 19How to Install Steam on Linux Picture 19
    Press Enter or Return. This will run your command, and install the repo.
    1. If you're prompted, answer "Y" or "Yes" to install and configure the new repository.
  4. How to Install Steam on Linux Picture 20How to Install Steam on Linux Picture 20
    Type and run $ su -c 'dnf -y update'. This will refresh your system's repository list.
  5. How to Install Steam on Linux Picture 21How to Install Steam on Linux Picture 21
    Type and run $ su -c 'dnf -y install steam'. This will install the Steam app from the RPM Fusion repository.
    1. You can launch Steam on your computer when your installation is finished.
Method 5 of 5:

Installing on the Windows (WINE) Version

  1. How to Install Steam on Linux Picture 22How to Install Steam on Linux Picture 22
    Open your computer's Terminal window. You can use the command prompt to install Steam's Windows version repackaged by Snap, and made available to Linux via Wine.
  2. How to Install Steam on Linux Picture 23How to Install Steam on Linux Picture 23
    Type and run sudo apt install snapd. This will install the required Snap setup on your computer.
    1. Press Enter or Return to run the command.
  3. How to Install Steam on Linux Picture 24How to Install Steam on Linux Picture 24
    Type and run sudo snap install steamforwindows --edge. This will download and install Steam's repackaged Windows version on your computer.
    1. You can launch Steam on your computer when your install is finished.
4 ★ | 4 Vote