Centos安装Steam和安装报错libva-intel-driver
centos的可以去查看这篇国外的网站
yum 安装 steam:
添加源:
yum-config-manager --add-repo=https://negativo17.org/repos/epel-steam.repo
安装:
yum -y install steam
报错: 需要:libva-intel-driver(x86-32)
解决:
wget https://www.rpmfind.net/linux/rpmfusion/free/el/updates/7/x86_64/l/libva-intel-driver-1.8.3-4.el7.i686.rpm
安装下载的rpm包:
rpm -ivh libva-intel-driver-1.8.3-4.el7.i686.rpm
在重新使用命令yum -y install steam
安装
注意,安装完成后,steam不能使用root用户运行