Problema ao instalar o phpmyadmin após atualizar para o ubuntu 14.04 [duplicate]

1

Acabei de atualizar do Ubuntu 12.04 para o 14.04 e minha instalação do phpmyadmin simplesmente desapareceu (acho que fiz algo errado!). Eu tentei reinstalá-lo, mas entendi:

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: php but it is not installable
             Depends: php-cli but it is not installable
             Depends: php-mysql but it is not installable
             Depends: php-json but it is not installable
             Depends: php-mbstring but it is not installable
             Depends: php-xml but it is not installable
             Recommends: php-gd but it is not installable
             Recommends: php-bz2 but it is not installable
             Recommends: php-zip but it is not installable
             Recommends: php-tcpdf but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Qualquer sugestão seria muito apreciada.

    
por xepsala 08.07.2016 / 01:56

1 resposta

-1

Você pode instalar o php7 ( apt-add-repository ppa:ondrej/php -y e apt-get update && apt-get install -y php7.0-common php7.0-cli php7.0-fpm php7.0-curl php7.0-sqlite3 php7.0-json php7.0-tidy php7.0-mysql ), isso resolveu meu problema. Os detalhes já foram postados em outra pesquisa, por isso vou apenas vinculá-lo aqui: link

    
por Hustlion 22.05.2017 / 09:52