How to Install and Uninstall lua-lpeg Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "lua-lpeg" package

This guide covers the steps necessary to install lua-lpeg on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install lua-lpeg

2. Uninstall "lua-lpeg" package

Please follow the guidelines below to uninstall lua-lpeg on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove lua-lpeg $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-lpeg package on Ubuntu 21.10 (Impish Indri)

Package: lua-lpeg
Architecture: amd64
Version: 1.0.2-1
Multi-Arch: same
Priority: optional
Section: universe/interpreters
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 193
Provides: lua5.1-lpeg, lua5.2-lpeg, lua5.3-lpeg
Depends: libc6 (>= 2.14)
Filename: pool/universe/l/lua-lpeg/lua-lpeg_1.0.2-1_amd64.deb
Size: 31412
MD5sum: e1a5bc1c02a7b542230168434cacc78c
SHA1: 0db444abd112231ceb18a72f223ea4a231f79679
SHA256: 8425c419bda326107877fc3f7f4b50a59e5b7fee136c8e2fad4980b2ca7cdcda
SHA512: b00eab74335b303c9b1af250b79782faf6f71780b0eda866a6d679cec48c9206f1a2ae65e28e7fad0466ec11d5c4c3897754d876ce7c4fa6181d88af75432e2e
Homepage: http://www.inf.puc-rio.br/~roberto/lpeg.html
Description-en: LPeg library for the Lua language
LPeg is a new pattern-matching library for Lua, based on Parsing Expression
Grammars (PEGs). PEGs look similar to regular expressions or context-free
grammars in Backus-Naur form (BNF) notation. PEGs make a good replacement for
regular expressions, because they are strictly more powerful. For example, a
regular expression inherently cannot find matched pairs of parentheses, because
it is not recursive, but a PEG can.
Description-md5: 7b03d1547704cdb88762b282cc5bdeea
Lua-Versions: 5.1 5.2 5.3