Après avoir entré
Sudo apt-get install curl
Je reçois le 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.
Je n'ai pas la moindre idée de ce que cela signifie ni de la façon de le réparer. Toute aide serait donc la bienvenue.
Vous pouvez installer la version de libcurl spécifiée avec:
Sudo apt-get install libcurl3-gnutls=7.47.0-1ubuntu2
puis installez curl
Sudo apt-get update && Sudo apt-get install curl