How to Install and Uninstall python3-aiopg.noarch Package on CentOS 8 / RHEL 8

Last updated: January 17,2025

1. Install "python3-aiopg.noarch" package

Please follow the guidelines below to install python3-aiopg.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-aiopg.noarch" package

Here is a brief guide to show you how to uninstall python3-aiopg.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-aiopg.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:44:24 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-aiopg
Version : 1.0.0
Release : 2.el8
Architecture : noarch
Size : 65 k
Source : python-aiopg-1.0.0-2.el8.src.rpm
Repository : epel
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.