I've installed emacs via apt-get but then I uninstalled it but this package still remained installed.
When I try to uninstall it it says:
sudo apt-get remove emacsen-common
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:
gir1.2-webkit-3.0 : Depends: libwebkitgtk-3.0-0 (>= 2.4.6) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
How can I fix this and uninstall all traces of emacs?
Now I even have this error:
sudo apt-get remove emacsen-common
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:
update-manager : Depends: ubuntu-release-upgrader-gtk but it is not going to be installed
Depends: update-notifier
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
sudo apt-get remove --purge emacsen-common
– George Udosen Jan 02 '17 at 05:57sudo apt -f install
– George Udosen Jan 02 '17 at 12:27sudo apt-get install -f
? – David Foerster Jan 02 '17 at 22:45