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

Last updated: April 26,2024

1. Install "python2-PyMySQL" package

In this section, we are going to explain the necessary steps to install python2-PyMySQL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-PyMySQL

2. Uninstall "python2-PyMySQL" package

This guide let you learn how to uninstall python2-PyMySQL on openSUSE Leap:

$ sudo zypper remove python2-PyMySQL

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

Information for package python2-PyMySQL:
----------------------------------------
Repository : Main Repository
Name : python2-PyMySQL
Version : 0.7.11-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 737,1 KiB
Installed : No
Status : not installed
Source package : python-PyMySQL-0.7.11-bp153.1.15.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.