Need help installing curl on Xubuntu 16.04

7,347

You can install the specified libcurl version with:

sudo apt-get install libcurl3-gnutls=7.47.0-1ubuntu2

and then install curl

sudo apt-get update && sudo apt-get install curl
Share:
7,347

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin almost 2 years

    After entering

    sudo apt-get install curl
    

    I get the message

    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-gnutls (= 7.47.0-1ubuntu2) but 7.47.0-1ubuntu2.1 is to be installed
    E: Unable to correct problems, you have held broken packages.
    

    I haven't the clue what this means or how to go about fixing it, so any help would be much appreciated.

  • ksl
    ksl over 6 years
    This worked for me.
  • Sergio Abreu
    Sergio Abreu about 4 years
    THanks a lot!! You were great!!