Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install odbc-postgresql on Debian Unstable (Sid)


Install odbc-postgresql

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

sudo apt-get update
sudo apt-get install odbc-postgresql

odbc-postgresql package information

distro Debian Unstable (Sid)
section Main
name odbc-postgresql
version 1:09.05.0100-3
description ODBC driver for PostgreSQL
subsection database
website odbc.postgresql.org
maintainer Debian PostgreSQL Maintainers

Uninstall odbc-postgresql

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

sudo apt-get remove odbc-postgresql

Uninstall odbc-postgresql and it’s dependent packages

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

sudo apt-get remove --auto-remove odbc-postgresql

Purging odbc-postgresql

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

sudo apt-get purge odbc-postgresql

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

sudo apt-get purge --auto-remove odbc-postgresql

Comments

comments