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

Last updated: November 29,2024

1. Install "python3-asyncpg.x86_64" package

Please follow the guidance below to install python3-asyncpg.x86_64 on Fedora 39

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

2. Uninstall "python3-asyncpg.x86_64" package

Here is a brief guide to show you how to uninstall python3-asyncpg.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:01:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-asyncpg
Version : 0.29.0
Release : 3.fc39
Architecture : x86_64
Size : 688 k
Source : python-asyncpg-0.29.0-3.fc39.src.rpm
Repository : updates
Summary : A fast PostgreSQL Database Client Library for Python/asyncio
URL : https://github.com/MagicStack/asyncpg
License : Apache-2.0 AND PSF-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/.