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

Last updated: May 21,2024

1. Install "python3-pyparsing" package

Please follow the instructions below to install python3-pyparsing on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyparsing

2. Uninstall "python3-pyparsing" package

Learn how to uninstall python3-pyparsing on openSUSE Leap:

$ sudo zypper remove python3-pyparsing

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

Information for package python3-pyparsing:
------------------------------------------
Repository : Main Repository
Name : python3-pyparsing
Version : 2.4.7-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 877.1 KiB
Installed : No
Status : not installed
Source package : python-pyparsing-2.4.7-1.24.src
Upstream URL : https://github.com/pyparsing/pyparsing/
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.