Apenas com esse aplicativo ou com tudo que você tenta instalar?
Você pode tentar:
sudo apt-get -f install
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?
Apenas com esse aplicativo ou com tudo que você tenta instalar?
Você pode tentar:
sudo apt-get -f install
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.