(gnome-terminal:11366): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface'). This call will probably stop working with a future version of glib.
Package libgl1-mesa-dri:i386 needs to be installed
Package libgl1-mesa-glx:i386 needs to be installed
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
Installing breakpad exception handler for appid(steam)/version(1447125378)
Installing breakpad exception handler for appid(steam)/version(1447125378)
[2015-11-21 19:45:19] Startup - updater built Nov 9 2015 18:23:22
[2015-11-21 19:45:19] Verifying installation...
[2015-11-21 19:45:19] Verification complete
[2015-11-21 19:45:23] Shutdown
sketto@Ubuntu-Dev:~$ sudo apt-get install libGL.so.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libGL.so.1
E: Couldn't find any package by regex 'libGL.so.1'发布于 2015-11-21 20:31:08
做这个
安装蒸汽需要安装的包装。
使用以下命令安装libgl1-mesa-dri:i386和libgl1-mesa-glx:i386
sudo apt-get install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386如果不起作用,你就能做到。运行这些命令。
sudo apt-get update && sudo apt-get dist-upgrade -y用这个命令重新安装蒸汽。
sudo apt-get install --reinstall steamhttps://askubuntu.com/questions/700895
复制相似问题