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

Last updated: July 05,2024

1. Install "python310-pyparsing" package

Here is a brief guide to show you how to install python310-pyparsing on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pyparsing

2. Uninstall "python310-pyparsing" package

This guide let you learn how to uninstall python310-pyparsing on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyparsing

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

Information for package python310-pyparsing:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pyparsing
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 888.1 KiB
Installed : No
Status : not installed
Source package : python-pyparsing-3.1.1-2.1.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.