How to Install and Uninstall python3.12-PyMySQL.noarch Package on CentOS Stream 9

Last updated: February 05,2025

1. Install "python3.12-PyMySQL.noarch" package

This is a short guide on how to install python3.12-PyMySQL.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3.12-PyMySQL.noarch

2. Uninstall "python3.12-PyMySQL.noarch" package

Please follow the guidelines below to uninstall python3.12-PyMySQL.noarch on CentOS Stream 9:

$ sudo dnf remove python3.12-PyMySQL.noarch $ sudo dnf autoremove

3. Information about the python3.12-PyMySQL.noarch package on CentOS Stream 9

Last metadata expiration check: 1:19:31 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-PyMySQL
Version : 1.1.0
Release : 2.el9
Architecture : noarch
Size : 117 k
Source : python3.12-PyMySQL-1.1.0-2.el9.src.rpm
Repository : appstream
Summary : Pure-Python MySQL client library
URL : https://pypi.python.org/pypi/PyMySQL/
License : MIT
Description : This package contains a pure-Python MySQL client library. The goal of PyMySQL is
: to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython
: and Jython.