Centos 7 装 Steam( 需要:libva-intel-driver(x86-32))

ubuntu 装 steam 很容易,直接去官网下deb包装就可以了,可是centos没那么容易。

yum 安装 steam:

添加源:

yum-config-manager --add-repo=http://negativo17.org/repos/epel-steam.repo

安装:

yum -y install steam

报错: 需要:libva-intel-driver(x86-32)

解决:

下载需要的包:

https://www.rpmfind.net/linux/rpm2html/search.php?query=libva-intel-driver%28x86-32%29

我下载的是:

https://www.rpmfind.net/linux/rpmfusion/free/el/updates/7/x86_64/l/libva-intel-driver-1.8.3-4.el7.i686.rpm

安装:

rpm -ivh libva-intel-driver-1.8.3-4.el7.i686.rpm 

成功!

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章