How to Install and Uninstall python312-PyMySQL Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python312-PyMySQL" package

Please follow the guidelines below to install python312-PyMySQL on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-PyMySQL

2. Uninstall "python312-PyMySQL" package

In this section, we are going to explain the necessary steps to uninstall python312-PyMySQL on openSuSE Tumbleweed:

$ sudo zypper remove python312-PyMySQL

3. Information about the python312-PyMySQL package on openSuSE Tumbleweed

Information for package python312-PyMySQL:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-PyMySQL
Version : 1.1.0-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 410.7 KiB
Installed : No
Status : not installed
Source package : python-PyMySQL-1.1.0-2.3.src
Upstream URL : https://github.com/PyMySQL/PyMySQL/
Summary : Pure Python MySQL Driver
Description :
This package contains a pure-Python MySQL client library. Documentation on the
MySQL client/server protocol can be found here:
http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
The goal of pymysql is to be a drop-in replacement for MySQLdb and work on
CPython 2.3+, Jython, IronPython, PyPy and Python 3. We test for compatibility
by simply changing the import statements in the Django MySQL backend and running
its unit tests as well as running it against the MySQLdb and myconnpy unit tests.