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

Last updated: January 12,2025

1. Install "python3-aiomysql.noarch" package

Please follow the steps below to install python3-aiomysql.noarch on Fedora 39

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

2. Uninstall "python3-aiomysql.noarch" package

This guide covers the steps necessary to uninstall python3-aiomysql.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:06:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-aiomysql
Version : 0.2.0
Release : 1.fc39
Architecture : noarch
Size : 112 k
Source : python-aiomysql-0.2.0-1.fc39.src.rpm
Repository : updates
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.