Erro de dependência não atendido ao instalar o Cinnamon

2

Eu adicionei o PPA necessário para o Cinnamon. Agora, quando executo sudo apt-get install cinnamon , recebo o erro de dependências não atendidas.

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:
 cinnamon : Depends: gir1.2-muffin-3.0 but it is not going to be installed
            Depends: libcogl5 (>= 1.7.4) but it is not going to be installed
            Depends: libmuffin0 (>= 1.0.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Alguma sugestão?

    
por gforce89 19.03.2012 / 19:57

2 respostas

1

Para mim, esses comandos funcionam bem para corrigir o erro:

sudo rm /etc/apt/sources.list.d/gnome3-team-gnome3-oneiric.list* merlwiz79-cinnamon-ppa-oneiric.list* ricotz-testing-oneiric.list*
sudo apt-get update
sudo apt-get purge gnome-desktop3-data
sudo apt-get install cinnamon
    
por jose 21.03.2012 / 09:12
1

você tentou apt-get install -f ?

    
por Chaitanya 19.03.2012 / 20:15