first I run this command
sudo apt-get --purge remove postgresql
but still, it didn't totally remove. so I have to run this command to list all running postgres
dpkg -l | grep postgres
then, I run again this command
sudo apt-get --purge remove postgresql postgresql-doc postgresql-common
Eureka!
Thanks for this reference
https://askubuntu.com/questions/32730/how-to-remove-postgres-from-my-installation
No comments:
Post a Comment