Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install postgresql-client-common on Debian Unstable (Sid)


Install postgresql-client-common

Installing postgresql-client-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install postgresql-client-common

postgresql-client-common package information

distro Debian Unstable (Sid)
section Main
name postgresql-client-common
version 173
description manager for multiple PostgreSQL client versions
subsection database
maintainer Debian PostgreSQL Maintainers

Uninstall postgresql-client-common

To remove just postgresql-client-common package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove postgresql-client-common

Uninstall postgresql-client-common and it’s dependent packages

To remove the postgresql-client-common package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove postgresql-client-common

Purging postgresql-client-common

If you also want to delete configuration and/or data files of postgresql-client-common from Debian Sid then this will work:

sudo apt-get purge postgresql-client-common

To delete configuration and/or data files of postgresql-client-common and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove postgresql-client-common

 

Comments

comments