Não é possível instalar a unidade devido ao compiz-core-abiversion-20110828

0

Eu perdi minha unidade 3d e quero instalá-la de volta, mas quando quero instalá-la de volta, ela fica assim ...

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.

existe alguma maneira de corrigir isso? pacotes quebrados ... não sei onde pesquisar mais ... obrigado antecipadamente.

    
por adibizuddin 09.03.2012 / 03:11

2 respostas

1

Use aptitude para resolver problemas, é melhor do que apt-get .

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

também execute isto (o que economizará algum tempo no futuro). Ao segurar [Alt] e digitar ai insere sudo aptitude install sob o cursor: -)

echo  "\"\ea\ei\": \"sudo aptitude install \"" >> ~/.inputrc
    
por DinGODzilla 09.03.2012 / 03:39
0

Isso é normal para uma versão de desenvolvimento.


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

Depois, você poderá instalar a unidade.

    
por Jo-Erlend Schinstad 09.03.2012 / 03:28