I added the required PPA for Cinnamon. Now when I run sudo apt-get install cinnamon
, I get the unmet dependencies error.
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.
Any suggestions?
sudo apt-get update
? If not, give it a try and then try installing cinnamon again. – Panther Mar 19 '12 at 19:08sudo apt-get install cinnamon muffin
instead. That used to be the way to install it, might still be true for 11.10 (versus 12.04). – Chan-Ho Suh Mar 19 '12 at 19:15cinnamon
, thecinnamon
andmuffin
packages, so I'm wondering a bit. – Chan-Ho Suh Mar 19 '12 at 19:18