How to Install and Uninstall lua-lpeg Package on Kali Linux

Last updated: July 01,2024

1. Install "lua-lpeg" package

In this section, we are going to explain the necessary steps to install lua-lpeg on Kali Linux

$ sudo apt update $ sudo apt install lua-lpeg

2. Uninstall "lua-lpeg" package

In this section, we are going to explain the necessary steps to uninstall lua-lpeg on Kali Linux:

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

3. Information about the lua-lpeg package on Kali Linux

Package: lua-lpeg
Source: lua-lpeg (1.0.2-2)
Version: 1.0.2-2+b1
Installed-Size: 252
Maintainer: Enrico Tassi
Architecture: amd64
Provides: lua5.1-lpeg, lua5.2-lpeg, lua5.3-lpeg, lua5.4-lpeg
Depends: libc6 (>= 2.14)
Size: 37164
SHA256: e61a97d05be3646874b4f436ad6594d8702fd7cc8665f3a172cee04a8da093d0
SHA1: 1d05a3db8e76fef03edac5cf60f45eee99d6efd5
MD5sum: 0134245573014bd8a7c289596c3011c4
Description: 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:
Multi-Arch: same
Homepage: http://www.inf.puc-rio.br/~roberto/lpeg.html
Lua-Versions: 5.1 5.2 5.3 5.4
Section: interpreters
Priority: optional
Filename: pool/main/l/lua-lpeg/lua-lpeg_1.0.2-2+b1_amd64.deb