How to Install and Uninstall python3-aiomysql.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-aiomysql.noarch" package

In this section, we are going to explain the necessary steps to install python3-aiomysql.noarch on Fedora 34

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

2. Uninstall "python3-aiomysql.noarch" package

Learn how to uninstall python3-aiomysql.noarch on Fedora 34:

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

3. Information about the python3-aiomysql.noarch package on Fedora 34

Last metadata expiration check: 2:28:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-aiomysql
Version : 0.0.20
Release : 8.fc34
Architecture : noarch
Size : 76 k
Source : python-aiomysql-0.0.20-8.fc34.src.rpm
Repository : fedora
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.