How to Install and Uninstall python312-sqlparse Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python312-sqlparse" package

In this section, we are going to explain the necessary steps to install python312-sqlparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-sqlparse

2. Uninstall "python312-sqlparse" package

Please follow the steps below to uninstall python312-sqlparse on openSuSE Tumbleweed:

$ sudo zypper remove python312-sqlparse

3. Information about the python312-sqlparse package on openSuSE Tumbleweed

Information for package python312-sqlparse:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sqlparse
Version : 0.4.4-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 348.3 KiB
Installed : No
Status : not installed
Source package : python-sqlparse-0.4.4-3.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.