2

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

1 Answers1

3

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.

tatsu
  • 3,346