2

I can't install curl. I get this message:

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:
 curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.14) but 7.55.1-1ubuntu2.3 is to be installed
E: Unable to correct problems, you have held broken packages.

I installed libcurl3, but I can't install curl. What should I do?

Paul
  • 21

1 Answers1

2

Thanks to user535733

I finally figured it out! It was problem with libcurl3 cause it was older version libcurl that was of 16.04LTS. I uninstalled libcurl 3 by sudo apt-get remove libcurl3 and tried sudo apt-get install curl and Bam It worked!