在 Ubuntu 14.04 中,当我尝试通过 .deb 文件安装 steam 时,它显示:
Steam needs to install these additional packages: libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
然后它要求我输入密码。我输入密码,终端加载,然后显示以下内容:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.5)
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages."
这些软件包似乎不想安装。有什么意见吗?
我是 Ubuntu 新手。请具体说明命令。
答案1
原始答案来自“Steam 在 14.04 Ubuntu 64 位上安装错误“
尝试这个 :
sudo apt-get install libc6:i386
sudo apt-get install libgl1-mesa-glx-lts-trusty:i386
然后重新启动 Steam