Linux/Fedora
페도라 리눅스에서 스팀 설치하기 Install steam in Fedora Linux
데드캣
2013. 2. 16. 22:34
원문은 http://russellbryantnet.wordpress.com/2012/12/07/installing-steam-for-linux-beta-on-fedora-17/ 여기.
wget이 설치되어 있어야 한다. 만일 설치되어있지 않다면 sudo yum wget 해서 설치하자.
$ wget http://spot.fedorapeople.org/steam/steam.repo
$ sudo mv steam.repo /etc/yum.repos.d/
$ sudo yum install steam
$ rpm -q steam
$ steam
특이하게 x64에서도 정상적으로 설치가 된다. (우분투는 안되는데!)