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

Last updated: October 02,2024

1. Install "python3-aiopg.noarch" package

Here is a brief guide to show you how to install python3-aiopg.noarch on Fedora 36

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

2. Uninstall "python3-aiopg.noarch" package

Please follow the steps below to uninstall python3-aiopg.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:17:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-aiopg
Version : 1.0.0
Release : 8.fc36
Architecture : noarch
Size : 65 k
Source : python-aiopg-1.0.0-8.fc36.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.