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

Last updated: April 27,2024

1. Install "python3-postgresql" package

This is a short guide on how to install python3-postgresql on Kali Linux

$ sudo apt update $ sudo apt install python3-postgresql

2. Uninstall "python3-postgresql" package

This is a short guide on how to uninstall python3-postgresql on Kali Linux:

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

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

Package: python3-postgresql
Source: py-postgresql (1.2.1+git20180803.ef7b9a9-4)
Version: 1.2.1+git20180803.ef7b9a9-4+b4
Installed-Size: 3118
Maintainer: Debian Python Team
Architecture: amd64
Depends: libpython3-stdlib, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libjs-sphinxdoc (>= 7.2.2)
Size: 351176
SHA256: 2a4259296b1a2421550b2a89017ac7d08eda8dfc9af0b316c76fa68693af0867
SHA1: eb68d691502185ae17138b7a6ba7ca9cfa725766
MD5sum: 753a2f6f2a84e36794c9c461603bb49a
Description: pgsql driver, cluster management tools, and client tools
py-postgresql is a python3 DB-API driver, including cluster management
tools and client development tools. Written in pure Python 3 with
optional optimizations written in C.
.
It provides support for protocol-level prepared statements, the
COPY interface, arrays and composite types, and a console to run
quick tests and simple scripts in PostgreSQL called pg_python.
Description-md5:
Homepage: https://github.com/python-postgres/fe
Section: python
Priority: optional
Filename: pool/main/p/py-postgresql/python3-postgresql_1.2.1+git20180803.ef7b9a9-4+b4_amd64.deb