How to Uninstall phpMyAdmin in Ubuntu Server
www.configserverfirewall.com › ubuntu-linuxTo uninstall phpMyAdmin in Ubuntu, open the terminal and run the following set of commands: sudo apt-get remove phpmyadmin sudo apt-get purge phpmyadmin sudo apt-get autoremove. The "apt-get remove phpmyadmin" command will uninstall the phpmyadmin package, the purge command will remove configuration files related to Ubuntu phpMyAdmin and the autoremove command will uninstall all the dependency packages that are no longer required.