How to Install and Uninstall odbc-postgresql Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "odbc-postgresql" package

Please follow the steps below to install odbc-postgresql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install odbc-postgresql

2. Uninstall "odbc-postgresql" package

Learn how to uninstall odbc-postgresql on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove odbc-postgresql $ sudo apt autoclean && sudo apt autoremove

3. Information about the odbc-postgresql package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: odbc-postgresql
Priority: optional
Section: universe/libs
Installed-Size: 1176
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: psqlodbc
Version: 1:09.03.0300-1
Depends: libc6 (>= 2.14), libpq5 (>= 9.0~), libssl1.0.0 (>= 1.0.0), odbcinst1debian2 (>= 2.3.1)
Pre-Depends: multiarch-support
Suggests: unixodbc-bin
Breaks: libiodbc2 (<= 3.52.7-2), odbcinst1debian2 (<< 2.2.14p2-3), unixodbc (<< 2.2.14p2-3)
Filename: pool/universe/p/psqlodbc/odbc-postgresql_09.03.0300-1_amd64.deb
Size: 299898
MD5sum: e4ea1c25cd57916925943f4dd89497a3
SHA1: 19e839f545c6240f2c5a63bd2f696baeeb4793cb
SHA256: b381d8c309d54062694ff0be2a26a0e18a8a1ed44119b65f38dbe3c3a78e136c
Description-en: ODBC driver for PostgreSQL
This package provides a driver that allows ODBC-enabled applications to
access PostgreSQL databases. ODBC is an abstraction layer that allows
applications written for that layer to access databases in a manner
that is relatively independent of the particular database management
system.
.
You need to install this package if you want to use an application that
provides database access through ODBC and you want that application to
access a PostgreSQL database. This package would need to be installed
on the same machine as that client application; the PostgreSQL database
server can be on a different machine and does not need any additional
software to accept ODBC clients.
.
If you want to write software that can access a database through the
ODBC abstraction layer, you need to install the unixODBC driver manager
development package unixodbc-dev, and possibly additional packages for
language bindings. This driver package is only used at run time.
Description-md5: ca9991df6514508e654fa440ff1560cd
Enhances: unixodbc
Multi-Arch: same
Homepage: http://psqlodbc.projects.postgresql.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu