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

Last updated: May 20,2024

1. Install "python3-psycopg-pool" package

In this section, we are going to explain the necessary steps to install python3-psycopg-pool on Kali Linux

$ sudo apt update $ sudo apt install python3-psycopg-pool

2. Uninstall "python3-psycopg-pool" package

Here is a brief guide to show you how to uninstall python3-psycopg-pool on Kali Linux:

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

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

Package: python3-psycopg-pool
Source: psycopg3
Version: 3.1.17-2
Installed-Size: 123
Maintainer: Tomasz Rybak
Architecture: all
Replaces: python3-psycopg3-pool
Depends: python3-typing-extensions, python3:any, python3-psycopg
Conflicts: python3-psycopg3-pool
Size: 20024
SHA256: e67379366d5fa0035192bd59ac51e414fcef2b6197638a55710ec540e8f00afb
SHA1: a914dc09744d5daee258d5b5142d56ceb758d232
MD5sum: e2f261f8670ee0c79f5830a4847c9506
Description: PostgreSQL database adapter for Python 3: connection pool
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 two connection pool implementations
Description-md5:
Homepage: https://www.psycopg.org/psycopg3/
Section: python
Priority: optional
Filename: pool/main/p/psycopg3/python3-psycopg-pool_3.1.17-2_all.deb