当我试图通过终端安装ubuntu-emulator时,我会收到以下消息:
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:
ubuntu-emulator : Depends: ubuntu-emulator-runtime
E: Unable to correct problems, you have held broken packages.我没有破碎的包裹!它的作用就像从服务器上删除了ubuntu仿真器运行时一样。
它也不会通过Ubuntu-SDK安装。
我遗漏了什么吗?
发布于 2015-04-15 01:19:26
首先,转到软件中心,单击“编辑”,单击“软件源”,启用多重宇宙存储库。
然后跑:
sudo apt-get update
sudo apt-get install ubuntu-emulator-runtime如果安装良好,请运行:
sudo apt-get install ubuntu-emulator不过,这应该能解决问题,
如果出现错误,请运行:
dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libgl1-mesa-glx:i386如果libgl1-Mesa-GLX:i 386“找不到”,则运行以下命令:
sudo apt-get install libgl1-mesa-glx-lts-utopic或者有可能
sudo apt-get install libgl1-mesa-glx-lts-utopic:i386但是我不认为这个版本(i386)实际上是需要的,因为基本包需要多弓的支持,所以它可能是正确的开始,但如果不是,那么就来看看吧。
因为libgl1-mesa-glx-lts-utopic提供libgl1-Mesa-glx:i 386
如果安装良好,请运行:
sudo apt-get install ubuntu-emulator-runtime
sudo apt-get install ubuntu-emulator从输出中读取错误,然后从那里开始。一个接一个地安装这个东西,如果它要求一个像1.0.5这样的特定版本,那么例如sudo apt仿真器-运行时=1.0.5。
发布于 2015-04-15 02:13:55
谢谢大家的帮助。你可以在我问题后的评论中找到答案。我会把这个标记为已解决。
https://askubuntu.com/questions/609423
复制相似问题