¿Necesita ayuda para instalar curl en Xubuntu 16.04?

9

Despues de entrar

sudo apt-get install curl

entiendo el mensaje

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.

No tengo idea de lo que esto significa o cómo solucionarlo, por lo que cualquier ayuda sería muy apreciada.

zptdmt
fuente
3
¿Corriste sudo apt-get updateprimero?
steeldriver
@steeldriver. No ayuda
Verde

Respuestas:

12

Puede instalar la versión de libcurl especificada con:

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

y luego instalar curl

sudo apt-get update && sudo apt-get install curl
Riccardo Venturini
fuente
Esto funcionó para mí.
ksl
¡¡Muchas gracias!! ¡¡Estuviste genial!!
Sergio Abreu