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

Last updated: May 04,2024

1. Install "python3-asyncpg" package

Please follow the steps below to install python3-asyncpg on Kali Linux

$ sudo apt update $ sudo apt install python3-asyncpg

2. Uninstall "python3-asyncpg" package

Please follow the step by step instructions below to uninstall python3-asyncpg on Kali Linux:

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

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

Package: python3-asyncpg
Source: asyncpg
Version: 0.29.0-1
Installed-Size: 2999
Maintainer: Piotr Ożarowski
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-async-timeout | python3-supported-min (>= 3.12.0), python3:any, libc6 (>= 2.14)
Size: 826080
SHA256: d1ccb1001069e6b4b77a0adb1e9ef4ce7e10055889c18d8bd20505c83e1a84d1
SHA1: ff5788cdf7df7c778e31aa0a6b5426ac50d0ac0d
MD5sum: 3e6fdaaff3edc9de4db355d4cf4f3b5b
Description: asyncio PosgtreSQL driver
Database interface library designed specifically for PostgreSQL and
Python/asyncio.
asyncpg is an efficient, clean implementation of PostgreSQL server binary
protocol for use with Python's asyncio framework.
It implements PostgreSQL server protocol natively and exposes its features
directly.
.
Features:
* prepared statements,
* scrollable cursors,
* partial iteration on query results,
* automatic encoding and decoding of composite types, arrays, and any
combination of those,
* straightforward support for custom data types
Description-md5:
Homepage: https://magicstack.github.io/asyncpg
Section: python
Priority: optional
Filename: pool/main/a/asyncpg/python3-asyncpg_0.29.0-1_amd64.deb