Since everybody seems to be Steam-ing and the Steam client is not in the default Fedora 18 repository, I think the logical thing to do is write a short tutorial on how to install Steam client on Fedora 18.
And that’s the goal of this short tutorial. When you are done, there should an icon for the Steam client on your desktop, so you do not have to start it from a shell terminal all the time.
It’s a very simple process, but every step will be from the command line, so start a shell terminal and let’s begin.
1. Download the Steam Repo: The first step is to download the Steam repo. To do that, simply type, as a standard or regular user, the following: wget http://spot.fedorapeople.org/steam/steam.repo
If you do an ls where you ran that command, you should see a steam.repo file. (The ls command outputs a list of files and folders in a directory.)
2. Move it to the Repo directory: The next step is to move it to the repo directory. That is accomplished by typing, as root, mv steam.repo /etc/yum.repos.d/.
3. Install the Steam Client: Install it with yum install steam
Start the Steam Client: The executable is installed in /bin/steam and /usr/bin/steam, but just typing, as a regular user, steam will get things started. The first time you run it, lots of stuff will need to be download and installed. And you will see a small window just like this one:
After all that’s done, agree to the license.
Almost there! If you don’t have an account, create one, or login – if you have one. You may want to close the client’s window and start another one by clicking on its icon on the desktop.
Steam is developed by Valve Software and you can find Linux games here. Until February 21, there is a 50% to 80% discount on Linux games. Grab ’em while they’re hot!
Every time I try to update the repo it comes up with:
[Errno 14] HTTP Error 404 – Not Found
Trying other mirror.
I have tried reinstalling the repo but still it doesn’t work. I am running Fedora 20. Thanks in advance π
I’ve never tried to install it on Fedora 20, but now that I did, I got the same error that you reported. If you look at http://spot.fedorapeople.org/steam, you will see that there’s no entry for Fedora 20. Maybe that’s the cause of the error. A Steam client has not been published for Fedora 20.
I’ll investigate this further.
you may install it by using How to install Steam Client on Fedora 20 as a guide.
You can try
Download STEAM repository
Code:
$ su –
# wget http://spot.fedorapeople.org/steam/steam.repo
Move STEAM repo file into your system repo directory
Code:
# mv steam.repo /etc/yum.repos.d
# yum update
# yum install steam
or
Code:
# yum -y –enablerepo=rpmfusion-nonfree-updates-testing install steam
# reboot
From this article http://namhuy.net/1613/install-steam-fedora-linux.html
Thank that was realy helpful.
What a boss… tanks
Upon putting in the command “mv steam.repo /etc/yum.repos.d/” I recieve the error “mv: cannot create regular file β/etc/yum.repos.d/./steam.repoβ: Permission denied”
I have no idea what to do with this…
You have to run that command as the root or admin user.
Thanks for explain how to install steam on F18, it was very helpful, great job!
works fine but one little problem … there’s no xz-utils on feora system
Thanks for this tutorial! Worked great π