I am trying to install gnome-shell
but it shows me an error:
$ sudo apt-get install gnome-shell
...
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:
gnome_shell : Depends: gnome-settings-daemon (>= 3.4.0) but it is not going to be installed
Recommends: gnome-control-center but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get update && sudo apt-get upgrade
sudo apt-get -f install
sudo apt-get install gnome-shell
From comments:
$ sudo apt-get install -f gnome-shell gnome-control-center gnome-settings-daemon
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-settings-daemon : Depends: gnome-settings-daemon-schemas (= 3.12.2-0ubuntu1~trusty3) but 3.8.6.1-0ubuntu11.2 is to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get install -f gnome-shell gnome-control-center gnome-settings-daemon
? Can you please [edit] your question and include it? – David Foerster May 11 '16 at 11:50The following packages have unmet dependencies: gnome-settings-daemon : Depends: gnome-settings-daemon-schemas (= 3.12.2-0ubuntu1~trusty3) but 3.8.6.1-0ubuntu11.2 is to be installed E: Unable to correct problems, you have held broken packages.
– Nhân Hoàng May 11 '16 at 12:54gnome-shell
: There is no public key available for the following key IDs 1397BC53640DB551, How can I fix a 404 Error when using a PPA or updating my package lists?, How can I accept the Microsoft EULA agreement for ttf-mscorefonts-installer? – David Foerster May 11 '16 at 17:27{}
button in the editor toolbar) are much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it's best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. – David Foerster May 11 '16 at 17:28