How to Install and Uninstall python3-pyPEG2 Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-pyPEG2" package

Please follow the guidelines below to install python3-pyPEG2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyPEG2

2. Uninstall "python3-pyPEG2" package

Here is a brief guide to show you how to uninstall python3-pyPEG2 on openSUSE Leap:

$ sudo zypper remove python3-pyPEG2

3. Information about the python3-pyPEG2 package on openSUSE Leap

Information for package python3-pyPEG2:
---------------------------------------
Repository : Main Repository
Name : python3-pyPEG2
Version : 2.15.2-bp155.2.48
Arch : noarch
Vendor : openSUSE
Installed Size : 220.1 KiB
Installed : No
Status : not installed
Source package : python-pyPEG2-2.15.2-bp155.2.48.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.