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

Last updated: May 19,2024

1. Install "python3-lepl" package

This is a short guide on how to install python3-lepl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-lepl

2. Uninstall "python3-lepl" package

In this section, we are going to explain the necessary steps to uninstall python3-lepl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-lepl
Priority: optional
Section: universe/python
Installed-Size: 1277
Maintainer: Ubuntu Developers
Original-Maintainer: Radu-Bogdan Croitoru
Architecture: all
Source: python-lepl
Version: 5.1.3-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-lepl/python3-lepl_5.1.3-2_all.deb
Size: 170830
MD5sum: e1297846afda47a228e753129639d9ac
SHA1: e63b524f081f2197193e41f08e73232369b14ab1
SHA256: 54ad06c4c16f914028ac01ec45611036df7b136ccc14e1007436c7a3065a18e7
Description-en: recursive descent parser library (Python 3)
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 3 version of the package.
Description-md5: f9f21d48597795548a99f91f5b867242
Homepage: http://www.acooke.org/lepl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu