1 Answer
follow the simple steps i have listed below...
first two command to uninstall postgresql and last one is to check postgresql avilability
# apt-get --purge remove postgresql-*
# rm -Rf /etc/postgresql /var/lib/postgresql
# whereis postgresql
Your Answer
x