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 

成功!

 

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