Steam 无法运行也无法卸载(Ubuntu 16.10)

Steam 无法运行也无法卸载(Ubuntu 16.10)

与以下问题非常相似我既无法打开也无法卸载 Steam(Ubuntu 16.04 LTS),当我在终端运行“steam”时,我得到了这个:

Running Steam on ubuntu 16.10 64-bit
STEAM_RUNTIME is enabled automatically
/bin/bash: /home/tom/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /bin/bash)
grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
Installing breakpad exception handler for appid(steam)/version(1474415843)
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

我尝试了这些提示来删除指向 libgcc_s.so.1 和 libstdc++.so.6 的链接,并运行以下命令:

LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam

无济于事。

另外,刚刚尝试过

sudo apt-get install steam:i386

根据关于 16.04 的线程中关于 16.10 的小提示,安装后出现同样的错误。

答案1

您是否尝试过此处找到的解决方案 - 帖子#6: https://forum.manjaro.org/t/cannot-start-steam/1677


find ~/.steam/root/ -name "libgpg-error.so*" -print -delete

相关内容