Steam runs very well on Ubuntu 24.04, but the way you install it matters. This guide explains every supported method, which one is best for gaming stability, and how to avoid common Linux issues.
If you just want the safest option: use the APT method shown below. If you prefer Snap or Flatpak, we explain those too so you can choose confidently.
Best Way to Install Steam on Ubuntu 24.04
Recommended for most gamers: Install Steam using APT (steam-installer package). It offers better compatibility with some games compared to Snap.
Method 1: Install Steam using APT (Recommended)
This method installs Steam from Ubuntu’s official repositories. It is stable and works well for most games.
sudo apt update
sudo apt install steam-installer
After installation, open Steam from your applications menu. The first launch will download additional files automatically.
Method 2: Install Steam via Ubuntu App Center (Snap)
The Ubuntu App Center installs Steam as a Snap package. This is easy for beginners, but some users experience minor gaming issues depending on the title.
- Open App Center.
- Search for Steam.
- Click Install.
- Launch Steam from your applications menu.
Note: If certain games fail to launch or behave strangely, consider switching to the APT version instead of Snap.
Method 3: Install Steam using Flatpak
Flatpak offers sandboxed applications. It works well but sometimes requires extra permissions configuration.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.valvesoftware.Steam
To launch:
flatpak run com.valvesoftware.Steam
Quick Comparison: APT vs Snap vs Flatpak
Video Tutorial: Install Steam on Ubuntu 24.04
Steam on Linux Screenshots
Graphics Drivers and Gaming Performance
Proper GPU drivers are critical for Steam gaming on Ubuntu.
- NVIDIA: Open Software & Updates → Additional Drivers and install the recommended proprietary driver.
- AMD: Ubuntu uses Mesa drivers by default. Keep your system updated:
sudo apt update && sudo apt upgrade
Steam games perform best with up-to-date Vulkan support. Most users do not need to manually install drivers from vendor websites.
Troubleshooting Steam on Ubuntu
Steam not launching
- Restart your PC.
- If you installed the Snap version, try the APT version.
- Ensure GPU drivers are correctly installed.
Game launches but runs poorly
- Update GPU drivers.
- Use fullscreen mode instead of borderless window.
- Lower graphics settings for stable FPS.
Mouse feels strange under Wayland
Try logging into an Xorg session instead of Wayland and test again.
FAQ
What is the best way to install Steam on Ubuntu 24.04?
For most users, the APT method is the best choice because it tends to work reliably with the widest range of games. If you run into issues with Snap Steam, switching to APT is a common fix.
Is Steam free on Ubuntu?
Yes. Steam is free to install and use. You only pay for the games you buy, although many games are free-to-play.
Snap Steam vs APT Steam: which one should I use?
Snap is easy and works fine for many people. APT is often better for gaming compatibility and troubleshooting. If you have issues launching games, APT is usually the safer option.
Steam won’t launch on Ubuntu. What should I try first?
Restart your PC, then try launching Steam again. If you installed Steam as a Snap, try the APT version instead. Also check that your GPU drivers are installed correctly, especially on NVIDIA.
Do I need special drivers for Steam games?
Often, yes. NVIDIA users should install the recommended proprietary driver from Additional Drivers. AMD and Intel users usually just need Ubuntu updates because Mesa drivers are included by default.
How to Uninstall Steam from Ubuntu
If you ever need to remove Steam:
APT
sudo apt remove steam-installer
Snap
sudo snap remove steam
Flatpak
flatpak uninstall com.valvesoftware.Steam
To remove leftover data (this deletes downloaded games):
rm -rf ~/.steam ~/.local/share/Steam
More guides: Counter-Strike 2 on Ubuntu | Best Ubuntu Games









