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

Last updated: November 23,2024

1. Install "python3-psycopg" package

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

$ sudo apt update $ sudo apt install python3-psycopg

2. Uninstall "python3-psycopg" package

Please follow the guidelines below to uninstall python3-psycopg on Kali Linux:

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

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

Package: python3-psycopg
Source: psycopg3
Version: 3.1.17-2
Installed-Size: 665
Maintainer: Tomasz Rybak
Architecture: all
Replaces: python3-psycopg3
Depends: python3-typing-extensions, python3:any, libpq5
Suggests: python3-psycopg-pool, python-psycopg-doc
Conflicts: python3-psycopg3
Size: 114580
SHA256: 8d7599097e842d7288e6f65c10bc86ff8836222a7d9a5f6f5a6b8c36168bdb1c
SHA1: 43442fe9f676ddb9d1e09b4f0bf2c5791ac8da9d
MD5sum: cfa41e6b822377caa170a429c5345315
Description: PostgreSQL database adapter for Python 3
Psycopg 3 is a newly designed PostgreSQL database adapter for the Python
programming language.
.
Psycopg 3 is a complete rewrite of Psycopg 2, maintaining the same
fundamental libpq wrapper architecture and DB-API interface design, but
exposing new features to better work with the newer versions of Python
and PostgreSQL.
.
On the Python side, Psycopg 3 allows the use of asyncio-based
concurrency and static typing. Many improvement to the Python interface
make the library much simpler and more idiomatic to use,
.
On the PostgreSQL side, Psycopg 3 makes use of server-side parameters,
prepared statements, binary parameters, and great support for COPY
operations.
.
Psycopg 3 presents a familiar interface for everyone who has used
Psycopg 2 or any other `DB-API 2.0` database adapter, but allows one
to use more modern PostgreSQL and Python features, such as:
- Strict Strong Typing
- asynchronous support
- server-side parameters binding
- binary communication
- a great integration of the COPY support
- direct access to the libpq functionalities
Description-md5:
Homepage: https://www.psycopg.org/psycopg3/
Section: python
Priority: optional
Filename: pool/main/p/psycopg3/python3-psycopg_3.1.17-2_all.deb