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

Last updated: May 20,2024

1. Install "python2-sqlparse" package

Please follow the steps below to install python2-sqlparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sqlparse

2. Uninstall "python2-sqlparse" package

Please follow the step by step instructions below to uninstall python2-sqlparse on openSUSE Leap:

$ sudo zypper remove python2-sqlparse

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

Information for package python2-sqlparse:
-----------------------------------------
Repository : Main Repository
Name : python2-sqlparse
Version : 0.2.4-4.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 254,1 KiB
Installed : No
Status : not installed
Source package : python-sqlparse-0.2.4-4.23.src
Summary : Non-validating SQL parser
Description :
sqlparse is a non-validating SQL parser module. It provides support for
parsing, splitting and formatting SQL statements.