Não é possível instalar o phpmyadmin Ubuntu 12.04 LTS

0

Estou executando o Ubuntu 12.04 LTS. Estou tentando instalar o phpmyadmin . No entanto, esta é a mensagem de erro que recebo:

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-curl 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 installable

Instalações atuais ...

  • Apache / 2.2.22 (Ubuntu)
  • MYSQL 5.5.53
  • Versão do PHP 5.3.10-1ubuntu3.25

Alguém me ajuda com isso, por favor?

    
por Bill Fear 27.12.2016 / 03:35

1 resposta

0

Você deve tentar instalar o php do ondrej repo

sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5.6

Senão use aptitude para instalar qualquer dependência ausente automaticamente

instale-o via sudo apt-get install aptitude e depois sudo aptitude phpmyadmin , então ele mostrará os conflitos que existem e as opções para corrigi-los

    
por Arduino_Sentinel 27.12.2016 / 04:22