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

Last updated: July 01,2024

1. Install "python3-asyncpg.x86_64" package

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

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

2. Uninstall "python3-asyncpg.x86_64" package

Please follow the steps below to uninstall python3-asyncpg.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:58:46 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-asyncpg
Version : 0.23.0
Release : 22.fc34
Architecture : x86_64
Size : 582 k
Source : python-asyncpg-0.23.0-22.fc34.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/.