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

Last updated: May 17,2024

1. Install "lua5.3" package

Please follow the guidance below to install lua5.3 on Kali Linux

$ sudo apt update $ sudo apt install lua5.3

2. Uninstall "lua5.3" package

This tutorial shows how to uninstall lua5.3 on Kali Linux:

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

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

Package: lua5.3
Source: lua5.3 (5.3.6-2)
Version: 5.3.6-2+b1
Installed-Size: 418
Maintainer: Debian Lua Team
Architecture: amd64
Provides: lua
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0)
Size: 114336
SHA256: 9324484177ef5b0eadb880450f8c6b1f0398a6b21db8fe5765fc2155e262f165
SHA1: ea93f1a45db9bde20eb482b583c27ac83ce1df97
MD5sum: 5499f216f8228d6ac0a6bcb48d4c9ef8
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: https://www.lua.org
Section: interpreters
Priority: optional
Filename: pool/main/l/lua5.3/lua5.3_5.3.6-2+b1_amd64.deb