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

Last updated: September 20,2024

1. Install "lua5.4" package

Please follow the step by step instructions below to install lua5.4 on Kali Linux

$ sudo apt update $ sudo apt install lua5.4

2. Uninstall "lua5.4" package

In this section, we are going to explain the necessary steps to uninstall lua5.4 on Kali Linux:

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

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

Package: lua5.4
Version: 5.4.6-3
Installed-Size: 467
Maintainer: Debian Lua Team
Architecture: amd64
Provides: lua
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0)
Size: 129588
SHA256: b05b87ce828667827d2fc5754b9acfc4b94c31ed92f1684b2ae0cc3b4cf96685
SHA1: 95ae4350cec415805ec6a52820992b516a52f434
MD5sum: 49a5d5492d92fa08c2da74b8e4431e73
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
Section: interpreters
Priority: optional
Filename: pool/main/l/lua5.4/lua5.4_5.4.6-3_amd64.deb