How to Install and Uninstall lua5.2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "lua5.2" package

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

$ sudo apt update $ sudo apt install lua5.2

2. Uninstall "lua5.2" package

Please follow the instructions below to uninstall lua5.2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua5.2 $ sudo apt autoclean && sudo apt autoremove

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

Package: lua5.2
Priority: optional
Section: interpreters
Installed-Size: 341
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: amd64
Version: 5.2.4-1ubuntu1
Provides: lua
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0)
Filename: pool/main/l/lua5.2/lua5.2_5.2.4-1ubuntu1_amd64.deb
Size: 95642
MD5sum: f33520408659a4bfdbef2f1f05778556
SHA1: 1b31fba22524beef4d98856eada94ec3bfc39c1b
SHA256: dd6d4e9ae35f89f77cdfe22c551e0e4a0f0fa3ef109c53b9041746fb61a03b81
Description-en: Simple, extensible, embeddable programming language
Lua is a powerful, light-weight programming language designed for extending
applications. The language engine is accessible as a library, having a C
API which allows the application to exchange data with Lua programs and also
to extend Lua with C functions. Lua is also used as a general-purpose,
stand-alone language through the simple command line interpreter provided.
.
This package contains the Lua command line interpreter and bytecode compiler.
Install it if you are developing or using Lua scripts.
Description-md5: 130003bb49100d21ad1dd4ef09dee02f
Multi-Arch: foreign
Homepage: http://www.lua.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y