How to Install and Uninstall python3-aiopg.noarch Package on Fedora 39

Last updated: November 30,2024

1. Install "python3-aiopg.noarch" package

This is a short guide on how to install python3-aiopg.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-aiopg.noarch

2. Uninstall "python3-aiopg.noarch" package

Learn how to uninstall python3-aiopg.noarch on Fedora 39:

$ sudo dnf remove python3-aiopg.noarch $ sudo dnf autoremove

3. Information about the python3-aiopg.noarch package on Fedora 39

Last metadata expiration check: 3:41:37 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-aiopg
Version : 1.3.4
Release : 4.fc39
Architecture : noarch
Size : 95 k
Source : python-aiopg-1.3.4-4.fc39.src.rpm
Repository : fedora
Summary : Postgres integration with asyncio
URL : https://aiopg.readthedocs.io
License : BSD
Description : aiopg is a library for accessing a PostgreSQL database from the asyncio
: (PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg
: database driver.