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

Last updated: May 21,2024

1. Install "python3-aiomysql.noarch" package

Here is a brief guide to show you how to install python3-aiomysql.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-aiomysql.noarch" package

Please follow the guidance below to uninstall python3-aiomysql.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 7:44:22 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-aiomysql
Version : 0.0.20
Release : 2.el8
Architecture : noarch
Size : 77 k
Source : python-aiomysql-0.0.20-2.el8.src.rpm
Repository : epel
Summary : MySQL driver for asyncio
URL : https://github.com/aio-libs/aiomysql
License : MIT
Description : aiomysql is a "driver" for accessing a MySQL database from the asyncio
: (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL.
: aiomysql tries to be like awesome aiopg library and preserve same api, look
: and feel.