How to Install and Uninstall lua5.1 Package on Kali Linux

Last updated: May 18,2024

1. Install "lua5.1" package

Learn how to install lua5.1 on Kali Linux

$ sudo apt update $ sudo apt install lua5.1

2. Uninstall "lua5.1" package

Please follow the steps below to uninstall lua5.1 on Kali Linux:

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

3. Information about the lua5.1 package on Kali Linux

Package: lua5.1
Source: lua5.1 (5.1.5-9)
Version: 5.1.5-9+b1
Installed-Size: 361
Maintainer: Debian QA Group
Architecture: amd64
Provides: lua
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0)
Size: 102264
SHA256: fda1ee8461a1532bd6bef378ff84d9b9a88c435391c3b9aac26767d71ae5d2b7
SHA1: d3222ff45384e0dabd177c3da3add9a6d4403334
MD5sum: 4ea836920f6c3902d94aeb359be29de1
Description: 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:
Multi-Arch: foreign
Homepage: http://www.lua.org
Tag: devel::interpreter, devel::lang:lua, implemented-in::c,
interface::commandline, role::program, works-with::software:source
Section: interpreters
Priority: optional
Filename: pool/main/l/lua5.1/lua5.1_5.1.5-9+b1_amd64.deb