I am able to uninstall postgresql from Ubuntu. But I cannot seem remove the client - psql.
I've tried the steps listed here: How to remove Postgres from my installation?. But it still doesn't work
I am able to uninstall postgresql from Ubuntu. But I cannot seem remove the client - psql.
I've tried the steps listed here: How to remove Postgres from my installation?. But it still doesn't work
the command you are looking for is :
sudo apt purge postgresql-client-common
purge is different from remove as it will also remove the dependencies that only this app uses.