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

Last updated: November 26,2024

1. Install "python2-pyparsing" package

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

$ sudo zypper refresh $ sudo zypper install python2-pyparsing

2. Uninstall "python2-pyparsing" package

Learn how to uninstall python2-pyparsing on openSUSE Leap:

$ sudo zypper remove python2-pyparsing

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

Information for package python2-pyparsing:
------------------------------------------
Repository : Main Repository
Name : python2-pyparsing
Version : 2.4.7-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 667,6 KiB
Installed : No
Status : not installed
Source package : python-pyparsing-2.4.7-1.24.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.