O terminal diz 'Pacote quebrado' ao usar o apt-get para instalar o phpMyAdmin

0

Eu tentei instalar o phpMyAdmin usando o comando sudo apt-get install phpmyadmin > O terminal diz que há dependências "desinstaláveis", portanto, o pacote está quebrado. Talvez o seguinte copiar e colar do terminal explique a visão completa:

sudo apt-get install phpmyadmin
[sudo] password for sam: 
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:
 phpmyadmin : Depends: php5-mysql but it is not going to be installed or
                       php5-mysqli but it is not installable
              Recommends: php5-gd but it is not going to be installed
E: Broken packages

O que você sugere sobre esse problema?

    
por Samer 05.10.2011 / 21:14

2 respostas

1

Apenas com esse aplicativo ou com tudo que você tenta instalar?

Você pode tentar:

sudo apt-get -f install
    
por Mauricio 06.10.2011 / 02:36
1

Obrigado a todos. Consegui instalar o pacote e todas as suas dependências. O problema é que eu não estava atualizando repositórios por um tempo.

    
por Samer 06.10.2011 / 10:29