centos上如何安装steam

最近想把win系统的东西统统转到centos上,偶然发现爱你deepin竟然之steam。去官网查到steam有deb的安装包。 然后就自己尝试把deb转成rpm好像能安装成功就是,总是报错GPU无法渲染,痛苦。

意外的发现steam有一个安装yum支持。 添加安装源 yum-config-manager —add-repo

http://negativo17.org/repos/epel-steam.repo

执行安装steam yum -y install steam 直接提示报错

那就去软件仓库搜索一下 https://www.rpmfind.net/linux/rpm2html/search.php?query=libva-intel-driver&submit=Search+...&system=&arch=

那就wget一下32和64位的,steam只支持32,我系统是64的 wget https://www.rpmfind.net/linux/rpmfusion/free/fedora/releases/27/Everything/x86\_64/os/Packages/l/libva-intel-driver-1.8.3-2.fc27.i686.rpm wget https://www.rpmfind.net/linux/rpmfusion/free/fedora/releases/27/Everything/x86\_64/os/Packages/l/libva-intel-driver-1.8.3-2.fc27.x86_64.rpm

然后执行 yum -y install libva-intel-driver*rpm yum -y install steam 安装成功 如果无法启动就执行 rm /usr/lib/libxcb-dri3.so.0