How to Install and Uninstall python312-pyparsing Package on openSuSE Tumbleweed
Last updated: November 26,2024
1. Install "python312-pyparsing" package
Please follow the instructions below to install python312-pyparsing on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-pyparsing
Copied
2. Uninstall "python312-pyparsing" package
Please follow the guidance below to uninstall python312-pyparsing on openSuSE Tumbleweed:
$
sudo zypper remove
python312-pyparsing
Copied
3. Information about the python312-pyparsing package on openSuSE Tumbleweed
Information for package python312-pyparsing:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyparsing
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1017.6 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.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyparsing
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1017.6 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.