How to Install and Uninstall python3-aiopg.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-aiopg.noarch" package

Please follow the steps below to install python3-aiopg.noarch on Rocky Linux 8

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

2. Uninstall "python3-aiopg.noarch" package

Please follow the step by step instructions below to uninstall python3-aiopg.noarch on Rocky Linux 8:

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

3. Information about the python3-aiopg.noarch package on Rocky Linux 8

Last metadata expiration check: 1:39:27 ago on Mon Sep 12 10:27:18 2022.
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.