Quand je tente d'installer le serveur MariaDB sur mon serveur Ubuntu 16.04.2 avec apt install mariadb-server J'obtiens la réponse suivante :
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:
mariadb-server-10.0 : Depends: libdbi-perl but it is not going to be installed
Depends: mariadb-client-10.0 (>= 10.0.29-0ubuntu0.16.04.1) but it is not going to be installed
Recommends: libhtml-template-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
J'ai essayé sur une autre instance (machine virtuelle, même HW) du même OS. Là-bas, je n'ai aucun problème et MariaDB semble s'installer correctement.
Pouvez-vous me suggérer comment résoudre ce problème et installer le serveur MariaDB sur mon Ubuntu ?
J'ai déjà essayé :
sudo apt-get autoclean
sudo apt-get autoremove
sudo apt update
sudo apt-get --fix-broken install
sudo apt upgrade
sudo dpkg --configure -a
Merci.