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

Last updated: October 08,2024

1. Install "python3-aiopg.noarch" package

Please follow the step by step instructions below to install python3-aiopg.noarch on Fedora 34

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

2. Uninstall "python3-aiopg.noarch" package

Please follow the guidance below to uninstall python3-aiopg.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:22:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-aiopg
Version : 1.0.0
Release : 5.fc34
Architecture : noarch
Size : 64 k
Source : python-aiopg-1.0.0-5.fc34.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.