How to Install and Uninstall python-PyMySQL.src Package on Oracle Linux 8

Last updated: September 06,2024

1. Install "python-PyMySQL.src" package

Please follow the guidelines below to install python-PyMySQL.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-PyMySQL.src

2. Uninstall "python-PyMySQL.src" package

This is a short guide on how to uninstall python-PyMySQL.src on Oracle Linux 8:

$ sudo dnf remove python-PyMySQL.src $ sudo dnf autoremove

3. Information about the python-PyMySQL.src package on Oracle Linux 8

Last metadata expiration check: 0:18:31 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-PyMySQL
Version : 0.10.1
Release : 2.module+el8.4.0+20109+b7b1db01
Architecture : src
Size : 90 k
Source : None
Repository : ol8_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.