Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 16855  / 1 Year ago, sun, april 30, 2023, 1:16:18

how to install curl in ubuntu 13.04?
it always throw this error :



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.29.0-1ubuntu3) but 7.29.0-1ubuntu3.2 is to be installed
E: Unable to correct problems, you have held broken packages.


when using sudo apt-get update, it shows:



0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


here are the steps i had done :




  1. using sudo apt-get install curl

  2. removing google-chrome-stable and chromium browser then sudo apt-get install curl

  3. use sudo apt-get autoremove && sudo apt-get autoclean && sudo apt-get clean then run the 1st step again.



also i have tried :
How do I resolve unmet dependencies after adding a PPA?



and still throw the same error. at this point i dont know what i did wrong, is curl impossible to install in ubuntu ?


More From » apt

 Answers
7

as discussed from comment up above (with @fboaventura), it turns out that the ubuntu mirror i was using somehow causing the error, change it us.archive.ubuntu.com solve it.
so overall :




  1. change the mirror back to us.archive.ubuntu.com or ubuntu main server using update manager>settings

  2. run command sudo apt-get update && sudo apt-get upgrade && sudo apt-get -f install

  3. run command sudo apt-get install curl



that's all hopefully this answer helpful to someone.


[#28754] Sunday, April 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ciousuntru

Total Points: 352
Total Questions: 124
Total Answers: 95

Location: Grenada
Member since Tue, Oct 12, 2021
3 Years ago
;