The problem is that I can't remove the gnome-shell and gnome-shell-extensions. When I try to delete with Ubuntu Software Center there is an error:
Package dependencies cannot be resolved
This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
Details:
The following packages have unmet dependencies:
gnome-shell-extensions-user-theme:
And when I try to delete with terminal:
araqkh@araqkh-U30Jc:~$ sudo apt-get purge gnome-shell-extensions
[sudo] password for araqkh:
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:
gnome-shell-extensions-user-theme : Depends: gnome-shell-extensions-common but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
araqkh@araqkh-U30Jc:~$
OS: Ubuntu 12.04 TLS
How can I solve this problem?
sudo apt-get install gnome-shell-extensions-user-theme
? – Dawid Aug 23 '12 at 22:42
– Adonis K. Kakoulidis Aug 23 '12 at 23:23The following packages have unmet dependencies: gnome-shell-extensions-user-theme : Depends: gnome-shell-extensions-common but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Ofcourse I tryed. Absolutely the same error. Well it is not a problem to reinstall Ubuntu but anyway... I'd like to understand what's the deal
– AraQkh Aug 24 '12 at 14:13