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

Last updated: May 18,2024

1. Install "lua5.1-doc" package

This guide covers the steps necessary to install lua5.1-doc on Kali Linux

$ sudo apt update $ sudo apt install lua5.1-doc

2. Uninstall "lua5.1-doc" package

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

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

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

Package: lua5.1-doc
Source: lua5.1
Version: 5.1.5-9
Installed-Size: 382
Maintainer: Debian QA Group
Architecture: all
Size: 90780
SHA256: 42b90b4bdf5551396b71e807cb6d9b88e7d30048573d0335edaa3f84826ee25e
SHA1: c946704783ae8f6d9678281223cb691192ae0b5d
MD5sum: 780294b37f980ade876aca5ec0a1da60
Description: Documentation for the Lua language version 5.1
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 official manual covering the Lua language and C API,
examples, etc.
Description-md5:
Homepage: http://www.lua.org
Tag: devel::doc, devel::examples, devel::lang:lua, made-of::html,
role::documentation
Section: doc
Priority: optional
Filename: pool/main/l/lua5.1/lua5.1-doc_5.1.5-9_all.deb