web-dev-qa-db-fra.com

Erreur de dépendance non satisfaite lors de l'installation de Cinnamon

J'ai ajouté le PPA requis pour la cannelle. Maintenant, quand je lance Sudo apt-get install cinnamon, J'obtiens l'erreur de dépendances non satisfaites.

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.

Aucune suggestion?

2
gforce89

Pour moi, ces commandes fonctionnent bien pour corriger l'erreur:

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
1
jose

as-tu essayé apt-get install -f?

1
Chaitanya