How to Install and Uninstall python3-aiopg.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python3-aiopg.noarch" package

Please follow the steps below to install python3-aiopg.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-aiopg.noarch" package

Please follow the instructions below to uninstall python3-aiopg.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-aiopg.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:00:53 ago on Mon Feb 26 15:59:38 2024.
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.