How to Install and Uninstall python3-asyncpg.x86_64 Package on Fedora 35

Last updated: November 25,2024

1. Install "python3-asyncpg.x86_64" package

Please follow the instructions below to install python3-asyncpg.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-asyncpg.x86_64

2. Uninstall "python3-asyncpg.x86_64" package

Please follow the guidelines below to uninstall python3-asyncpg.x86_64 on Fedora 35:

$ sudo dnf remove python3-asyncpg.x86_64 $ sudo dnf autoremove

3. Information about the python3-asyncpg.x86_64 package on Fedora 35

Last metadata expiration check: 2:15:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-asyncpg
Version : 0.23.0
Release : 22.fc35
Architecture : x86_64
Size : 583 k
Source : python-asyncpg-0.23.0-22.fc35.src.rpm
Repository : updates
Summary : A fast PostgreSQL Database Client Library for Python/asyncio
URL : https://github.com/MagicStack/asyncpg
License : ASL 2.0
Description : asyncpg is a 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. You can read
: more about asyncpg in an introductory blog post
: http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/.