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

Last updated: July 03,2024

1. Install "python2-LEPL" package

Here is a brief guide to show you how to install python2-LEPL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-LEPL

2. Uninstall "python2-LEPL" package

In this section, we are going to explain the necessary steps to uninstall python2-LEPL on openSUSE Leap:

$ sudo zypper remove python2-LEPL

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

Information for package python2-LEPL:
-------------------------------------
Repository : Main Repository
Name : python2-LEPL
Version : 5.1.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 2,6 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.