Chaque fois que j'installe phpMyAdmin, cela donne l'erreur suivante: -
After this operation, 0 B of additional disk space will be used.
Setting up phpmyadmin (4:4.5.4.1-2ubuntu2) ...
/var/lib/dpkg/info/phpmyadmin.postinst: 51: .: Can't open /usr/share/dbconfig-common/dpkg/postinst.mysql
dpkg: error processing package phpmyadmin (--configure):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
phpmyadmin
N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
E: Sub-process /usr/bin/dpkg returned an error code (1)
Maintenant s'il vous plaît dites-moi que puis-je faire?
Cette réponse est un moyen de résoudre votre problème, mais l'origine de votre problème est que vous avez supprimé le fichier dpkg
manuellement.
Sudo apt-get purge phpmyadmin
Sudo touch /usr/share/dbconfig-common/dpkg/postinst.mysql
(Faites-le pour chaque fichier manquant)
Alors Sudo apt-get autoremove
Sudo apt-get install phpmyadmin