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

Last updated: October 05,2024

1. Install "python38-sqlparse" package

This guide covers the steps necessary to install python38-sqlparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-sqlparse

2. Uninstall "python38-sqlparse" package

This guide covers the steps necessary to uninstall python38-sqlparse on openSuSE Tumbleweed:

$ sudo zypper remove python38-sqlparse

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

Information for package python38-sqlparse:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-sqlparse
Version : 0.4.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 314,9 KiB
Installed : No
Status : not installed
Source package : python-sqlparse-0.4.2-1.1.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.