How to Install and Uninstall lua50 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 30,2024

1. Install "lua50" package

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

$ sudo apt update $ sudo apt install lua50

2. Uninstall "lua50" package

Please follow the guidelines below to uninstall lua50 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua50 $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua50 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua50
Priority: optional
Section: universe/interpreters
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: amd64
Version: 5.0.3-7
Provides: lua
Depends: libc6 (>= 2.3.4), liblua50 (>= 5.0.3), liblualib50 (>= 5.0.3), libreadline6 (>= 6.0)
Filename: pool/universe/l/lua50/lua50_5.0.3-7_amd64.deb
Size: 24400
MD5sum: 94ed8b4f268bec6b8a0acb0f82b22269
SHA1: 5ccde75933525dcd9853937830aac4e5f09823e6
SHA256: d3896bfe26c2f3eaa5b16de14496b69872cd130b8ca6131d06fe53b7f5088c0f
Description-en: Small embeddable language with simple procedural syntax
Lua is a programming language originally designed for extending
applications, but also frequently used as a general-purpose,
stand-alone language.
.
Lua combines simple procedural syntax (similar to Pascal) with
powerful data description constructs based on associative arrays and
extensible semantics. Lua is dynamically typed, interpreted from
bytecodes, and has automatic memory management, making it ideal for
configuration, scripting, and rapid prototyping. Lua is implemented
as a small library of C functions, written in ANSI C, and the
implementation goals are simplicity, efficiency, portability, and low
embedding cost.
Description-md5: 91221d83093a78b8fa4f4fe48b9c397e
Homepage: http://www.lua.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu