I'm pretty new to Ubuntu but keen on coming to grips with it. I've tried to install Everpad on Ubuntu 14.04. The repository was added to source.list and the repository key was registered as well.
There is an unmet dependency. Any idea how I could get the libgtk2.0-0 issue resolved? Thus far I refrained from forcing apt-get to install everpad regardless of missing dependencies.
My Ubuntu updates daily and I haven't protected libgtk2.0-0 from being updated in aptitude.
$ sudo apt-get install everpad
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:
everpad : Depends: gtk2-engines-pixbuf but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ sudo apt-get install gtk2-engines-pixbuf
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:
gtk2-engines-pixbuf : Depends: libgtk2.0-0 (= 2.24.23-0ubuntu1) but
2.24.23-0ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.
$ sudo apt-get install libgtk2.0-0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgtk2.0-0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
sudo apt-get update
recently? – David Foerster Feb 10 '16 at 10:15