When I got Gnome installed over Unity, on login I couldn't chose to return to the standard Unity desktop. Every time I attempt the simple
sudo apt-get install ubuntu-desktop
I get the error
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:
ubuntu-desktop : Depends: ubuntu-session but it is not going to be installed
Depends: unity-control-center but it is not going to be installed
Depends: unity-settings-daemon but it is not going to be installed
Recommends: xul-ext-webaccounts but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I've tried everything, but Unity refuses to reinstall, and I don't wan't to reinstall Ubuntu completely. I use Ubuntu 14.04. Please Help!!!
The following packages have unmet dependencies: unity-control-center : Depends: unity-settings-daemon but it is not going to be installed E: Unable to correct problems, you have held broken packages.`
– Find Me In The Woods Sep 26 '14 at 13:56sudo apt-get install -f
.Also mention the version of Ubuntu you are using in question. – g_p Sep 26 '14 at 14:57sudo apt-get install unity-settings-daemon
? – g_p Oct 07 '14 at 10:57