How to Install and Uninstall python3.11-PyMySQL.src Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "python3.11-PyMySQL.src" package

This is a short guide on how to install python3.11-PyMySQL.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3.11-PyMySQL.src

2. Uninstall "python3.11-PyMySQL.src" package

Please follow the guidance below to uninstall python3.11-PyMySQL.src on Oracle Linux 9:

$ sudo dnf remove python3.11-PyMySQL.src $ sudo dnf autoremove

3. Information about the python3.11-PyMySQL.src package on Oracle Linux 9

Last metadata expiration check: 0:54:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-PyMySQL
Version : 1.0.2
Release : 1.el9
Architecture : src
Size : 53 k
Source : None
Repository : ol9_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.