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

Last updated: June 17,2024

1. Install "python38-PyMySQL" package

Here is a brief guide to show you how to install python38-PyMySQL on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-PyMySQL

2. Uninstall "python38-PyMySQL" package

Please follow the steps below to uninstall python38-PyMySQL on openSuSE Tumbleweed:

$ sudo zypper remove python38-PyMySQL

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

Information for package python38-PyMySQL:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-PyMySQL
Version : 1.0.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 344,1 KiB
Installed : No
Status : not installed
Source package : python-PyMySQL-1.0.2-1.2.src
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.