14.04 Ubuntu 64位上的Steam安装错误


24

我已经尝试过在支持论坛上其他地方发布的一些解决方案,一个似乎可行,但是经过大量更新后,我发现自己回到了第一广场,我是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: 

Answers:


34

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

证明: 成功安装后工作的蒸汽图像 希望这对其他人有帮助。


1
也为我工作过+
Reut Sharabani 2015年

1
太棒了:)提出了使该答案更好的建议
JorgeArtware 2015年

在Ubuntu 14.04.3。上这对我不起作用。:-(
Rafael_Espericueta 2015年

你好拉斐尔,我一直在投票,所以我认为这篇文章实际上对其他人有帮助,但是我仍然想知道你是否有运气解决这个问题:)我看了你的个人资料并注意到你是一名老师,老师在我的书中得到了特殊待遇,让我知道如果我可以帮你
JorgeArtware

29

解决方法:

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

完美,像魅力一样运作!
Kirkland

8
如果您使用硬件启用堆栈(内核3.19)运行Ubuntu 14.04.3,则命令会有所不同:sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386
dav.garcia 2015年

这对我有用(Ubuntu 14.04 LTS x86_64:uname -a→3.16.0-50-generic#67〜14.04.1-Ubuntu SMP Fri Oct 2 22:07:51 UTC 2015 x86_64 x86_64 x86_64 GNU / Linux)
cm- t

3

这实际上是一个错误。我已经在Bugs Launchpad上报告了此问题,您可以使用这两个Bug-tracker链接进行跟踪。

您可以手动修复它,但这很复杂。Ubuntu开发人员将尽快修复它,因此我建议您等待更新。


您可能希望下次将其标记为错误
Virusboy 2015年

它仍然没有固定。也许明年...
Rafael_Espericueta

1

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

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

我一直在到处寻找这个!谢谢!
Inoki 2015年

1

我发现这非常适合我。

sudo apt-get install steam -y
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.