How to Install and Uninstall odbc-postgresql Package on Kali Linux

Last updated: May 17,2024

1. Install "odbc-postgresql" package

This guide covers the steps necessary to install odbc-postgresql on Kali Linux

$ sudo apt update $ sudo apt install odbc-postgresql

2. Uninstall "odbc-postgresql" package

Please follow the instructions below to uninstall odbc-postgresql on Kali Linux:

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

3. Information about the odbc-postgresql package on Kali Linux

Package: odbc-postgresql
Source: psqlodbc (1:16.00.0000-1)
Version: 1:16.00.0000-1+b1
Installed-Size: 1341
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: odbcinst, libc6 (>= 2.34), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Size: 392632
SHA256: 3fc6137cd7de340544d9f245d4032487a80735f33de2f509ee488f17cac47ec9
SHA1: b84f535fc1234c55625ce3fdbf6be2971736ecb5
MD5sum: f0880769e13668f7e17544d44479d2b4
Description: 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:
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Tag: implemented-in::c, protocol::db:psql, role::plugin, suite::postgresql,
works-with::db
Section: database
Priority: optional
Filename: pool/main/p/psqlodbc/odbc-postgresql_16.00.0000-1+b1_amd64.deb