在Fedora中安装Steam

2015年11月23日

在Fedora中安装Steam

1、在Fedora中配置Steam安装时需要的相关源

#运行如下命令
$ su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

2、在Fedora中使用dnf直接安装

#To install the repository on a supported Fedora 22+ distribution, run as root the following commands to install the client:
#配置steam的客户端的源
$ dnf config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo
$ dnf -y install steam

3、启动时碰到的问题

#问题描述 :Steam fatal error steam needs to be online to update, but was set to offline movies
#我直接运行如下命令就可以了
$ steam --reset

参考文档

1.Steam under Linux
2.Moving the Steam client installation
3.Steam fatal error steam needs to be online to update, but was set to offline movies