Answer the question
In order to leave comments, you need to log in
How to install CURL?
sudo apt-get install curl gives below error, what should I do?
curl : Depends: libcurl3 (= 7.35.0-1ubuntu2.5) but 7.38.0-3 will be installed
E: Unable to fix bugs, you have broken packages held.
Answer the question
In order to leave comments, you need to log in
How I solved the problem:
aptitude install curl
-> N
-> Y
Done
Deal with your sources.list, you have shit there.
And so:
apt-get install curl=7.38.0-3 libcurl3=7.38.0-3
or
apt-get install curl=7.35.0-1ubuntu2.5 libcurl3=7.35.0-1ubuntu2.5
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question