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

Last updated: May 20,2024

1. Install "lua5.1" package

Please follow the guidance below to install lua5.1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua5.1

2. Uninstall "lua5.1" package

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

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

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

Package: lua5.1
Priority: optional
Section: universe/interpreters
Installed-Size: 310
Maintainer: Ubuntu Developers
Original-Maintainer: John V. Belmonte
Architecture: amd64
Version: 5.1.5-8ubuntu1
Provides: lua
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0)
Filename: pool/universe/l/lua5.1/lua5.1_5.1.5-8ubuntu1_amd64.deb
Size: 90766
MD5sum: ab3fb5c566b1c564a11646f128d4a04c
SHA1: f777f82e2a8373386f1b06d238cbe6f3aaf2d797
SHA256: bd21cf1300500f40106b93dab87db1a8638e245681a4dcaaaee068023e4245b7
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