M BUZZ CRAZE NEWS
// news

how to solve this phpmyadmin error in ubuntu 19.10?

By Gabriel Cooper
ERROR: Conf phpmyadmin does not exist!
dpkg: error processing package phpmyadmin (--remove): installed phpmyadmin package post-removal script subprocess returned error exit status 1
dpkg: too many errors, stopping
Errors were encountered while processing: phpmyadmin
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
2

1 Answer

Problem installing phpMyAdmin on Ubuntu 19.10 (Eoan Ermine)

You can use our PPA to fix this issue (if you wanted to re-install), phpMyAdmin is back in Ubuntu 20

sudo add-apt-repository ppa:phpmyadmin/ppa
sudo apt-get update
sudo apt-get install phpmyadmin

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy