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

Last updated: November 25,2024

1. Install "python3-aiopg.noarch" package

This is a short guide on how to install python3-aiopg.noarch on AlmaLinux 8

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

2. Uninstall "python3-aiopg.noarch" package

This is a short guide on how to uninstall python3-aiopg.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:34:50 ago on Mon Sep 5 03:22:42 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.