Steam for Linux - launcher

The latest release for Ubuntu LTS is available here: steam_latest.deb

This is a launcher/bootstrapper package containing:

Installing via apt

Download steam.gpg and copy it to /usr/share/keyrings/steam.gpg, then run:


$ sudo tee /etc/apt/sources.list.d/steam-stable.list <<'EOF'
deb [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam
deb-src [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam
EOF
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install \
  libgl1-mesa-dri:amd64 \
  libgl1-mesa-dri:i386 \
  libgl1-mesa-glx:amd64 \
  libgl1-mesa-glx:i386 \
  steam-launcher

Releases

archive/
Archive of historical releases
dists/
Apt repository metadata
pool/
Apt repository content

For Linux distributions

Stable releases of the Steam launcher can be found in archive/stable/.

New beta releases appear in archive/beta/ first. After testing, the beta is either promoted to archive/stable/, or superseded by a new beta.

The apt package pool in pool/ only contains the newest stable release and the newest beta. Use the version-numbered releases in archive/stable/ or archive/beta/ if you need a stable URL (in Arch PKGBUILDs, Gentoo ebuilds, etc.) or if you need to scan a directory listing to watch for new releases (in debian/watch etc.).