Skip to content

Instantly share code, notes, and snippets.

@mattbell87
Last active October 31, 2024 19:49
Show Gist options
  • Save mattbell87/137f49baa3b8e2ad497758c9dd84bb19 to your computer and use it in GitHub Desktop.
Save mattbell87/137f49baa3b8e2ad497758c9dd84bb19 to your computer and use it in GitHub Desktop.
How to install Steam on Fedora

Installing Steam on Fedora

These instructions are currently for Fedora 30. I'll update them over the releases if anything changes.

Open Software

Press the Win/Super key, type software and press Enter.

Enable the Third party and Steam repositories

Click the Menu Button (☰) and choose Software Repositories. Now enable "Third Party Software" and "RPM Fusion ... Steam"

Open a terminal

Press the Win/Super key, type terminal and press Enter.

Make sure your system is up to date

sudo dnf update --refresh

Also it doesn't hurt to reboot to make sure you're on the latest linux kernel.

Install the steam package

sudo dnf install steam -y

Open steam

You can either open it from Activities or press the Win/Super key, type steam and press Enter.

Accept the agreement and it'll download the latest version of Steam.

Any problems?

Feel free to comment below.

@pandal34r
Copy link

└─[$] <> sudo dnf install steam -y
Last metadata expiration check: 0:00:48 ago on Thu 31 Oct 2024 09:15:08 AM WIB.
No match for argument: steam
Error: Unable to find a match: steam

HELP!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment