Your cart is currently empty!
How to Download and Install Steam on Linux
Written by
in
If you’re ready to game on Linux, Steam makes it easy. Here’s how to get Steam up and running on your Linux machine, step by step.
1. Check Your System
Before anything, make sure your Linux system is up to date. Open your terminal and run:
sudo apt update && sudo apt upgrade
This is for Ubuntu and Debian-based distros. For Fedora, use dnf update
instead.
2. Install Steam
On Ubuntu and Debian-Based Systems
- Enable Multiverse Repository (if it isn’t already):
sudo add-apt-repository multiverse
sudo apt update
- Install Steam:
sudo apt install steam
- Launch Steam:
- You’ll find Steam in your applications menu, or launch it with:
steam
- Steam will update itself the first time you run it.
- You’ll find Steam in your applications menu, or launch it with:
On Fedora
- Enable RPM Fusion Repository:
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
- Install Steam:
sudo dnf install steam
- Start Steam:
steam
On Arch Linux
- Install Steam:
sudo pacman -S steam
- Start Steam:
steam
3. Set Up Your Account
- Once Steam launches, log in with your account or create a new one.
- Let Steam finish any updates and you’re ready to browse, buy, and play games.
4. Troubleshooting Tips
- Missing 32-bit Libraries: Some games and Steam itself require 32-bit libraries. If you run into problems, search for “32-bit libraries” for your distro (for Ubuntu:
sudo apt install libgl1-mesa-glx:i386
). - Driver Issues: Make sure your graphics drivers are up to date, especially if you’re using NVIDIA or AMD cards.
5. Enjoy Gaming on Linux
That’s it. Steam makes gaming on Linux almost as easy as on Windows. Try out Proton (in Steam’s settings) to play many Windows games too.
Got questions or hit a snag? Drop a comment below, and I’ll help you out. Happy gaming!
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!