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

Last updated: July 01,2024

1. Install "python311-PyMySQL" package

Learn how to install python311-PyMySQL on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-PyMySQL

2. Uninstall "python311-PyMySQL" package

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

$ sudo zypper remove python311-PyMySQL

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

Information for package python311-PyMySQL:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-PyMySQL
Version : 1.1.0-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 430.6 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.