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

Last updated: May 08,2024

1. Install "python3-sqlparse" package

This tutorial shows how to install python3-sqlparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sqlparse

2. Uninstall "python3-sqlparse" package

Please follow the instructions below to uninstall python3-sqlparse on openSUSE Leap:

$ sudo zypper remove python3-sqlparse

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

Information for package python3-sqlparse:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-sqlparse
Version : 0.4.2-150300.9.1
Arch : noarch
Vendor : SUSE LLC
Support Level : Level 3
Installed Size : 319.9 KiB
Installed : No
Status : not installed
Source package : python3-sqlparse-0.4.2-150300.9.1.src
Upstream URL : https://github.com/andialbrecht/sqlparse
Summary : Non-validating SQL parser
Description :
sqlparse is a non-validating SQL parser module. It provides support for
parsing, splitting and formatting SQL statements.