Execute o apt-get update. Se isso não funcionar, os repositórios em seu /etc/apt/sources.list podem estar errados
Não consigo instalar o curl no Ubuntu 14.04.
sudo apt-get install curl
Erro:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.34.0-1ubuntu1) but 7.35.0-1ubuntu2.5 is to be installed
E: Unable to correct problems, you have held broken packages.
Como posso resolver este problema?
Execute o apt-get update. Se isso não funcionar, os repositórios em seu /etc/apt/sources.list podem estar errados
No meu caso, adiciono essa linha em /etc/apt/sources.list
nano /etc/apt/sources.list
coloque estas duas linhas:
deb http://bg.archive.ubuntu.com/ubuntu/ trusty-security main
deb-src http://bg.archive.ubuntu.com/ubuntu/ trusty-updates main
depois disso
apt-get update
Depois disso, posso instalar curl
.
Corrigi o meu problema ao instalar o aptitude.
sudo apt-get update
sudo apt-get install aptitude
E mais tarde tentando instalar o curl com o aptitude:
sudo aptitude install grive-tools
Depois disso, ele solicita uma solução para dependências não atendidas (talvez as que estavam com defeito, em primeiro lugar).