14.04 Ubuntu 64bit上的Steam安装错误

我已经尝试了在支持论坛其他地方发布的一些解决方案,其中一个似乎有用但是经过一次蒸汽更新我发现自己回到了第一个方面我是一个新的Linux用户并且我已经处于学习曲线:)感谢任何帮助

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.3) 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. Press return to continue: 

这实际上适用于14.04:
sudo apt-get install libc6:i386
sudo apt-get install libgl1-mesa-glx-lts-trusty:i386

certificate: 蒸汽在成功安装后工作的图像 希望这有助于其他人。

解决方法:

 sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libgl1-mesa-glx-lts-utopic:i386 

如果您使用硬件启用堆栈(内核3.19)运行Ubuntu 14.04.3或更高版本,该命令会略有不同:

 sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386 

这实际上是一个错误。 我已经在Bugs Launchpad上报告了这个问题,你可以使用这两个bug-tracker链接来关注它。

  • bug 1424263

  • bug 1424265

你可以手动修复它,但它很复杂。 Ubuntu开发人员很快就会修复它,所以我建议你等待更新。

对于Ubuntu 14.04.3,请尝试以下解决方法:

 sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386 

我发现这对我很有用。

 sudo apt-get install steam -y