How to Install and Uninstall lua-rings Package on Kali Linux

Last updated: May 17,2024

1. Install "lua-rings" package

This tutorial shows how to install lua-rings on Kali Linux

$ sudo apt update $ sudo apt install lua-rings

2. Uninstall "lua-rings" package

Please follow the guidance below to uninstall lua-rings on Kali Linux:

$ sudo apt remove lua-rings $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-rings package on Kali Linux

Package: lua-rings
Source: lua-rings (1.3.0-4)
Version: 1.3.0-4+b1
Installed-Size: 57
Maintainer: Debian QA Group
Architecture: amd64
Provides: lua5.1-rings, lua5.2-rings
Depends: libc6 (>= 2.4)
Size: 8664
SHA256: edf0ea96c0b15328f2e805bfb0f7dcc6fe46b8097bcb37080f86efac1901bd01
SHA1: 4808e4acf1979d51e7dee32a07c88c7d9f432fcb
MD5sum: 0f768bbf4e006146cc7d0ea1eb13d179
Description: Lua state creation and control library for the Lua language
Rings is a library which provides a way to create new Lua states from within
Lua. It also offers a simple way to communicate between the creator (master)
and the created (slave) states.
.
This mechanism can be used to run chunks of code in an isolated
Lua state, obtaining what is usually called a sandbox.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/keplerproject/rings
Lua-Versions: 5.1 5.2
Section: interpreters
Priority: optional
Filename: pool/main/l/lua-rings/lua-rings_1.3.0-4+b1_amd64.deb