D
D
DENIS SHELESTOV2015-06-03 12:29:50
ubuntu
DENIS SHELESTOV, 2015-06-03 12:29:50

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

3 answer(s)
D
DENIS SHELESTOV, 2015-06-03
@djdeniro

How I solved the problem:

aptitude install curl
-> N
-> Y
Done

V
Vlad Zhivotnev, 2015-06-03
@inkvizitor68sl

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

V
Vladimir Golubev, 2015-06-03
@wladyspb

If you need php - try sudo apt-get install php5-curl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question