无法在 Ubuntu 16.10 上运行 Steam

Rev*_*ant 2 steam 16.10

我在谷歌上搜索并检查了 AskUbuntu 上的几个问题,但没有任何运气。

这是我steam在控制台中运行时得到的结果;

Running Steam on ubuntu 16.10 64-bit
STEAM_RUNTIME is enabled automatically
/bin/bash: /home/myUser/.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(1476379980)
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
Run Code Online (Sandbox Code Playgroud)

我很乐意提供任何帮助。

Rev*_*ant 5

发现这个链接[this AskUbuntu][2]问题;

简单的执行了这一段命令,一切又恢复了正常;

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

谢谢大家的帮助。