I upgraded ubuntu to 15.10, then I tried to compile a gtk app and found out I had no GTK installed.
So I ran
sudo apt-get install libgtk-3-dev
but this is the output
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:
libgtk-3-dev : Depends: libegl1-mesa-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
How can I fix this? I have no idea why there are these "unmet dependencies"... something wrong on the ppa side?
sudo apt-get dist-upgrade
to upgrade everything as far as possible. – Daniel Mar 04 '16 at 04:25apt-mark showhold
? – Byte Commander Mar 04 '16 at 07:49