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

Last updated: May 04,2024

1. Install "python3-pg8000" package

This tutorial shows how to install python3-pg8000 on Kali Linux

$ sudo apt update $ sudo apt install python3-pg8000

2. Uninstall "python3-pg8000" package

Please follow the guidance below to uninstall python3-pg8000 on Kali Linux:

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

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

Package: python3-pg8000
Source: pg8000
Version: 1.30.3-2
Installed-Size: 243
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dateutil, python3-scramp, python3:any
Size: 57940
SHA256: ed3bcd990272a971c99636b01cc54b9b678936ddd7811961dc19855dd6c50d49
SHA1: cb44637da4ae7e09d61d774a2a5905d59e1daaf3
MD5sum: 1e09a9a3a3f85f6951e31ff632f0586a
Description: Pure-Python PostgreSQL Driver (Python 3)
pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is
one of many PostgreSQL interfaces for the Python programming language. pg8000
is somewhat distinctive in that it is written entirely in Python and does not
rely on any external libraries (such as a compiled Python module, or
PostgreSQL's libpq library). pg8000 supports the standard Python DB-API
version 2.0.
.
pg8000's name comes from the belief that it is probably about the 8000th
PostgreSQL interface for Python.
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://github.com/tlocke/pg8000
Section: python
Priority: optional
Filename: pool/main/p/pg8000/python3-pg8000_1.30.3-2_all.deb