I am trying to install Cinnamon and allow myself to choose which one I would prefer. I have done the first two main steps.
sudo add-apt-repository ppa:merlwiz79/cinnamon-ppa
and
sudo apt-get update
which were both successful and then I try to run.
sudo apt-get install cinnamon
and this is what I get -
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 installable
Depends: libmuffin0 (>= 1.0.0-0ubuntu1~precise) but it is not going to be installed
Recommends: gnome-themes-standard but it is not going to be installed
Recommends: gnome-session-fallback but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any help would be appreciated!