AMP AMP
AMP
0
AMP

How to uninstall postgresql from ubuntu

i need to uninstall or remove postgresql from ubuntu 16.04.. when it try to uninstall somo of the package are still avilable.. please anyone help me to resolve this problem..

PostgreSQL Ubuntu Add a comment
a sample image
stalin
asked Nov 02 2017

Answer

AMP
0
AMP

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
Add a comment
a sample image
arunkumarak
asked Nov 03 2017
edited Oct 05 2018
Post your Answer