I am unable to install this package. This is what I get when I used apt-get to install it. Running 14.04 64bit.
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: librtmp-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
And the output of apt-cache policy libcurl4-openssl-dev librtmp-dev
libcurl4-openssl-dev:
Installed: (none)
Candidate: 7.35.0-1ubuntu2.5
Version table:
7.35.0-1ubuntu2.5 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
7.35.0-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
librtmp-dev:
Installed: (none)
Candidate: 2.4+20121230.gitdf6c518-1
Version table:
2.4+20121230.gitdf6c518-1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
apt-cache policy libcurl4-openssl-dev librtmp-dev
to your question, please. ([Edit] it, don't post command outputs as comment). – Byte Commander Dec 04 '15 at 18:00apt-mark showhold
, if there is any, and runsudo apt-get install -f
and add this output too. – Byte Commander Dec 04 '15 at 18:08