在Ubuntu Kylin 18.04系统下安装steam如果是双显卡的用户先安装专有驱动,通过菜单—所有程序—附加驱动:
然后去steam官网下载安装包,下载后会得到这样一个deb包:
然后在该目录中右键菜单中选择在终端中打开(一定要确定目录所在为文件所在):
然后输入: sudo dpkg -i steam_latest.deb
回车后键入用户密码,然后出现安装过程,有时会报错(如刚安装后,系统缺curl),报错没有关系,一般是缺少依赖,继续在终端输入: sudo apt install -f
系统会自动安装依赖。完成后双击,一般是打不开的,当然能打开的兄弟都是好样的。此时在ctrl+alt+T,唤出终端,输入:steam
会出现以下信息: STEAM_RUNTIME is enabled automatically Installing breakpad exception handler for appid(steam)/version(0) /home/user/.local/share/Steam/ubuntu12_32/steam: symbol lookup error: /usr/lib32/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds /home/user/.local/share/Steam/steam.sh: line 444: no match: ssfn*
这时候,继续在终端输入: LIBGL_DRI3_DISABLE=1 steam
Symbol lookup error using DRI3: Steam outputs this error and exits. symbol lookup error: /usr/lib/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds To work around this, run Steam with LIBGL_DRI3_DISABLE=1, disabling DRI3 for Steam.
操作到了这里,此时steam界面出现,然后更新,然后你就会操作了,之后通过图标就能进入,无需这样繁琐操作。
相关主题 |