PDA

View Full Version : Uninstall phppgadmin


Rescue9
18th June 2008, 04:31
Searched around and couldn't find what I'm looking for. I accidentally installed phppgadmin instead of phpmyadmin using the update feature in ispconfig. How do I remove phppgadmin without screwing up ispconfig.

Thanks!

Hans
18th June 2008, 08:32
Login on your server as root.
After that, you can safely remove the phppgadmin package by executing the following commands:

rm -r /home/admispconfig/ispconfig/web/phppgadmin
rm /home/admispconfig/ispconfig/web/phppgadmin.tar.gz
rm -r /web/tools/tools/phppgadmin

:)

Rescue9
18th June 2008, 15:46
Thanks a lot!