Monday, January 31, 2022

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

Issue

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.


Solution

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

this will get it done



Answered By - Sebastian Thomas
Answer Checked By - Gilberto Lyons (WPSolving Admin)