Não é possível instalar o gnome-shell-extensions devido a dependências não atendidas

1

Quando tento instalar o gnome-shell-extensions, recebo um erro de dependências não atendidas:

sudo apt-get install gnome-shell-extensions 
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:
gnome-shell-extensions : Depends: gnome-shell (< 3.6) but 3.6.0-0ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.

Como resolvo isso?

    
por Noumaan Yaqoob 22.04.2013 / 03:50

1 resposta

0

Experimente este comando:

sudo apt-get build-dep gnome-shell-extensions 
    
por Muks 22.04.2013 / 04:16