How to Install and Uninstall luarocks Package on Kali Linux

Last updated: May 17,2024

1. Install "luarocks" package

Here is a brief guide to show you how to install luarocks on Kali Linux

$ sudo apt update $ sudo apt install luarocks

2. Uninstall "luarocks" package

Please follow the instructions below to uninstall luarocks on Kali Linux:

$ sudo apt remove luarocks $ sudo apt autoclean && sudo apt autoremove

3. Information about the luarocks package on Kali Linux

Package: luarocks
Version: 3.8.0+dfsg1-1
Installed-Size: 1144
Maintainer: Debian Lua Team
Architecture: all
Depends: lua-any, lua5.1 | lua5.2 | lua5.3, liblua5.1-dev | liblua5.2-dev | liblua5.3-dev, wget, zip, unzip
Recommends: lua-sec
Size: 147724
SHA256: 269cf79d76b67d55a540ae1de55f8420fb46e2f867d5309da4f1ee38bd07a1db
SHA1: 34b8b3861d6316c6dbfc8a79d32cd2db50e607a1
MD5sum: 6bde2dd4b949294ba2c1cf6d1e5cbab6
Description: deployment and management system for Lua modules
This package contains LuaRocks, a tool for managing rocks. A Lua rock is a
bundle containing a module and some metadata like compilation instructions and
copyright. The command line utility luarocks can download, build, install and
remove rocks, properly handling dependencies among them and allowing multiple
versions of the same rock to coexist.
.
The tool installs system-wide rocks in /usr/local when run by the superuser,
but a regular user can easily tune it to install rocks in his home directory.
.
This package also provides the luarocks-admin tool, needed to create a rocks
repository, and the documentation for luarocks, describing the command line
tools as well as the library to manipulate rocks.
Description-md5:
Homepage: https://luarocks.org/
Tag: devel::packaging, implemented-in::lua, role::program
Section: interpreters
Priority: optional
Filename: pool/main/l/luarocks/luarocks_3.8.0+dfsg1-1_all.deb