apt-get install insiste em remover um pacote que não quero removido!

1
  sudo apt-get install php5-mysqlnd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  dbconfig-common php5 php5-fpm php5-pgsql wwwconfig-common
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  php5-pgsql
The following packages will be REMOVED:
  php5-mysql postfixadmin
The following NEW packages will be installed:
  php5-mysqlnd php5-pgsql
0 upgraded, 2 newly installed, 2 to remove and 5 not upgraded.
Need to get 186 kB of archives.
After this operation, 1,858 kB disk space will be freed.
Do you want to continue? [Y/n] n

Eu não quero remover o postfixadmin. Como faço para instalar o mysqlnd (para obter PHP e MariaDB para se dar bem) sem o apt-get removendo postfixadmin?

Obrigado!

    
por Daniel Wilson 29.11.2015 / 05:13

1 resposta

0

postfixadmin depende de php5-pgsql , que está prestes a ser removido. Certifique-se de manter isso também; então as coisas devem funcionar.

    
por tripleee 03.12.2015 / 06:22