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

Last updated: May 17,2024

1. Install "python3-pygresql" package

This guide covers the steps necessary to install python3-pygresql on Kali Linux

$ sudo apt update $ sudo apt install python3-pygresql

2. Uninstall "python3-pygresql" package

Please follow the instructions below to uninstall python3-pygresql on Kali Linux:

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

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

Package: python3-pygresql
Source: pygresql
Version: 1:6.0-1
Installed-Size: 475
Maintainer: Debian Python Team
Architecture: amd64
Provides: python3-pg
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libpq5 (>= 12~~)
Suggests: python-pygresql-doc
Size: 93492
SHA256: 7945de0660ea8bedbbd90d2571a6d7bbe1879eaaef416e9826779d25a716075b
SHA1: 0a2df219e4badebbd73fb33e44ea484274acbbd9
MD5sum: 63218d559180ac196da584017b4d2232
Description: PostgreSQL module for Python3
PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://www.pygresql.org/index.html
Section: python
Priority: optional
Filename: pool/main/p/pygresql/python3-pygresql_6.0-1_amd64.deb