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

Last updated: May 15,2024

1. Install "python38-pyparsing" package

Please follow the steps below to install python38-pyparsing on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pyparsing

2. Uninstall "python38-pyparsing" package

Learn how to uninstall python38-pyparsing on openSuSE Tumbleweed:

$ sudo zypper remove python38-pyparsing

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

Information for package python38-pyparsing:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyparsing
Version : 3.0.6-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-pyparsing-3.0.6-1.1.src
Summary : Grammar Parser Library for Python
Description :
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.