How to Install and Uninstall python311-pyparsing Package on openSUSE Leap
Last updated: December 26,2024
1. Install "python311-pyparsing" package
This tutorial shows how to install python311-pyparsing on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pyparsing
Copied
2. Uninstall "python311-pyparsing" package
Please follow the step by step instructions below to uninstall python311-pyparsing on openSUSE Leap:
$
sudo zypper remove
python311-pyparsing
Copied
3. Information about the python311-pyparsing package on openSUSE Leap
Information for package python311-pyparsing:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pyparsing
Version : 3.0.9-150400.5.3.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1010.9 KiB
Installed : No
Status : not installed
Source package : python-pyparsing-3.0.9-150400.5.3.18.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pyparsing
Version : 3.0.9-150400.5.3.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1010.9 KiB
Installed : No
Status : not installed
Source package : python-pyparsing-3.0.9-150400.5.3.18.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.