When I run:
sudo apt-get install libcurl4-openssl-dev
I get the error:
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:
libcurl4-openssl-dev : Depends: libcurl3 (= 7.35.0-1ubuntu2) but 7.35.0-1ubuntu2.8 is to be installed
Depends: libkrb5-dev but it is not going to be installed
Depends: librtmp-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
If I then try and install each of those dependencies manually, it gives me a similar error for another dependence of the dependency...dependency hell, which I thought apt-get was created to avoid.
Why isn't it installing the dependencies automatically?
I'm running Ubuntu 14.04.