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

Last updated: May 18,2024

1. Install "python36-PyMySQL" package

Please follow the step by step instructions below to install python36-PyMySQL on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-PyMySQL

2. Uninstall "python36-PyMySQL" package

Please follow the guidance below to uninstall python36-PyMySQL on openSuSE Tumbleweed:

$ sudo zypper remove python36-PyMySQL

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

Information for package python36-PyMySQL:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-PyMySQL
Version : 1.0.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 344,0 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.