由于compiz-core-abiversion-20110828,无法安装统一

我失去了我的团结3d,我想安装回来,但是当我想要安装它时,结果却是这样的..

utm@utm:~$ sudo apt-get install unity 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: unity : Depends: compiz-core-abiversion-20110828 E: Unable to correct problems, you have held broken packages. 

有什么方法来解决这个问题..? 破碎的包裹…我不知道在哪里搜索更多…感谢先进。

使用aptitude解决问题,然后apt-get更好。

 sudo apt-get install aptitude sudo apt-get update && sudo aptitude -f install && sudo aptitude dist-upgrade sudo aptitude install unity 

也运行这个(这将节省你一些时间)。 按住[Alt]并键入ai在光标下插入sudo aptitude install 🙂

 echo "\"\\ea\\ei\": \"sudo aptitude install \"" >> ~/.inputrc 

对于开发版本来说这是很正常的。

 sudo apt-get update sudo apt-get dist-upgrade 

之后你应该能够安装团结。