How to Install and Uninstall python-lepl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "python-lepl" package

Please follow the steps below to install python-lepl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-lepl

2. Uninstall "python-lepl" package

This tutorial shows how to uninstall python-lepl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-lepl $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-lepl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-lepl
Priority: optional
Section: universe/python
Installed-Size: 1282
Maintainer: Ubuntu Developers
Original-Maintainer: Radu-Bogdan Croitoru
Architecture: all
Version: 5.1.3-2
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/p/python-lepl/python-lepl_5.1.3-2_all.deb
Size: 171482
MD5sum: 6513355b1d1b0bd84e31ebd40f3584f5
SHA1: 80ee2d7e14281926378e0770dfc44c138cfbeedd
SHA256: e426f54141bc1ead955691e18e902a2237349ba04c64a1f089998aef73a0e90c
Description-en: recursive descent parser library
A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful,
simple to use, and easy to extend: grammars are written directly as Python
code, using a syntax similar to BNF; new matchers can be simple functions.
.
This is the Python 2 version of the package.
Description-md5: 79bc30140453871487fc01883957a32c
Homepage: http://www.acooke.org/lepl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu