To uninstall postgresql-common just follow these instructions.
sudo apt-get remove postgresql-common
This will remove just the postgresql-common package itself.
sudo apt-get remove --auto-remove postgresql-common
This will remove the postgresql-common package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for postgresql-common then this will work.
sudo apt-get purge postgresql-common
Or similarly, like this postgresql-common
sudo apt-get purge --auto-remove postgresql-common
Package | postgresql-common |
Version | 166bzr2 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | PostgreSQL database-cluster manager |
Distro | ubuntu |
Release | vivid |
Repo | main |
Section | misc |