ben_joseph
ben_joseph

Reputation: 1681

How to install curl on debian 7.1? Getting the following error on apt-get install curl

The following packages have unmet dependencies:

curl : Depends: libcurl3 (= 7.26.0-1+wheezy2) but it is not installable

E: Unable to correct problems, you have held broken packages.

Upvotes: 8

Views: 27548

Answers (2)

Joe Bobson
Joe Bobson

Reputation: 1386

Fix/update your /etc/apt/sources.list with https://wiki.debian.org/SourcesList

Upvotes: 0

Sebastian Thomas
Sebastian Thomas

Reputation: 148

apt-get remove apt-listchanges 
apt-get install curl 

this will get it done

Upvotes: 11

Related Questions