How to Install and Uninstall python-psycopg-doc Package on Kali Linux

Last updated: May 28,2024

1. Install "python-psycopg-doc" package

This tutorial shows how to install python-psycopg-doc on Kali Linux

$ sudo apt update $ sudo apt install python-psycopg-doc

2. Uninstall "python-psycopg-doc" package

Learn how to uninstall python-psycopg-doc on Kali Linux:

$ sudo apt remove python-psycopg-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-psycopg-doc package on Kali Linux

Package: python-psycopg-doc
Source: psycopg3
Version: 3.1.17-2
Installed-Size: 2682
Maintainer: Tomasz Rybak
Architecture: all
Replaces: python-psycopg3-doc
Depends: libjs-sphinxdoc (>= 7.2.2)
Recommends: python3-doc, python-psycopg2-doc
Suggests: python3-psycopg
Conflicts: python-psycopg3-doc
Size: 231288
SHA256: 4c9ae4365f5a3ebecca23db26c0ec2bdc5ab10db12f6fbd7a2742900e2deba0c
SHA1: d4dcd66ca0c26e13fd00edeebb9c7cdbfa59ceba
MD5sum: 8197d0cad0f63925804b777c5283346e
Description: PostgreSQL database adapter for Python 3 (documentation package)
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
.
This package contains the psycopg3 documentation
Description-md5:
Multi-Arch: foreign
Homepage: https://www.psycopg.org/psycopg3/
Section: doc
Priority: optional
Filename: pool/main/p/psycopg3/python-psycopg-doc_3.1.17-2_all.deb