How to Install and Uninstall lua-leg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "lua-leg" package

This guide covers the steps necessary to install lua-leg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-leg

2. Uninstall "lua-leg" package

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

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

3. Information about the lua-leg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-leg
Priority: optional
Section: universe/interpreters
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: all
Version: 0.1.3-1
Provides: lua5.1-leg
Depends: lua-lpeg
Filename: pool/universe/l/lua-leg/lua-leg_0.1.3-1_all.deb
Size: 16482
MD5sum: 7d9f033415a45c3edd900d747b9dff34
SHA1: 9bd56124b387dc41274577cd39f9152bea8059af
SHA256: d1c11695e8af41b4320973f8654bb3fa037b8f5c2ba325dce9194e76ec25237c
Description-en: Lua 5.1 grammar, with parsing and manipulation facilities
This package contains leg, a Lua library exporting a complete Lua 5.1 grammar
and a small API for user manipulation. It can be used to implement a macro
preprocessor or any other task that needs to parse a .lua file.
Description-md5: 4a353ac45c19ef78e3e506d06d2636e9
Homepage: http://leg.luaforge.net
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu