How to Install and Uninstall python312-pyPEG2 Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python312-pyPEG2" package

This is a short guide on how to install python312-pyPEG2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyPEG2

2. Uninstall "python312-pyPEG2" package

In this section, we are going to explain the necessary steps to uninstall python312-pyPEG2 on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyPEG2

3. Information about the python312-pyPEG2 package on openSuSE Tumbleweed

Information for package python312-pyPEG2:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyPEG2
Version : 2.15.2-3.28
Arch : noarch
Vendor : openSUSE
Installed Size : 299.6 KiB
Installed : No
Status : not installed
Source package : python-pyPEG2-2.15.2-3.28.src
Upstream URL : https://fdik.org/pyPEG2
Summary : PEG Parser-Interpreter framework for Python
Description :
pyPEG is a plain and simple intrinsic parser interpreter framework
for Python. It is based on Parsing Expression Grammar, PEG.
With pyPEG you can parse many formal languages in a very easy way.