Não é possível instalar o CURL no Ubuntu 12.04 [duplicado]

0

Quando estou tentando instalar, o seguinte erro está chegando

sudo apt-get install php5-curl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gedit : Breaks: gedit-plugins (< 2.91) but 2.30.0-0ubuntu1 is to be installed
 php5-curl : Depends: php5-common (= 5.3.10-1ubuntu3.11) but 5.3.10-1ubuntu3.10 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Alguém pode, por favor, destacar o problema e dar alguma solução?

    
por Amol M Kulkarni 14.04.2014 / 10:59

2 respostas

1

Para que o CURL funcione, isso depende de alguns outros pacotes.

% bl0ck_qu0te%

Isso explica o que todas as dependências não estão instaladas.

É explicado no próprio erro apt-get -f install pode resolver seu problema.

Se isso não estiver ajudando, você pode tentar instalar as dependências depois de baixá-las e compilá-las, ou instalá-las diretamente usando o terminal.

    
por Xander 14.04.2014 / 11:35
0

Finalmente, encontrei a solução:

% bl0ck_qu0te%

Seguido por um rápido

% bl0ck_qu0te%

consertou tudo.

    
por Amol M Kulkarni 14.04.2014 / 12:25