How to Install and Uninstall python3-PyMySQL Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-PyMySQL" package

Please follow the step by step instructions below to install python3-PyMySQL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyMySQL

2. Uninstall "python3-PyMySQL" package

Please follow the step by step instructions below to uninstall python3-PyMySQL on openSUSE Leap:

$ sudo zypper remove python3-PyMySQL

3. Information about the python3-PyMySQL package on openSUSE Leap

Information for package python3-PyMySQL:
----------------------------------------
Repository : Main Repository
Name : python3-PyMySQL
Version : 0.7.11-1.21
Arch : noarch
Vendor : SUSE LLC
Installed Size : 757.4 KiB
Installed : No
Status : not installed
Source package : python-PyMySQL-0.7.11-1.21.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.