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

Last updated: May 19,2024

1. Install "python3-LEPL" package

Please follow the step by step instructions below to install python3-LEPL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-LEPL

2. Uninstall "python3-LEPL" package

Please follow the instructions below to uninstall python3-LEPL on openSUSE Leap:

$ sudo zypper remove python3-LEPL

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

Information for package python3-LEPL:
-------------------------------------
Repository : Main Repository
Name : python3-LEPL
Version : 5.1.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 2,7 MiB
Installed : No
Status : not installed
Source package : python-LEPL-5.1.3-bp153.1.15.src
Summary : Recursive descent, full backtracking parser library
Description :
LEPL is a recursive descent parser, written in Python.
Multiple parses can be found for ambiguous grammars and it can also
handle left-recursive grammars.