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

Last updated: April 29,2024

1. Install "lua-busted" package

This guide covers the steps necessary to install lua-busted on Kali Linux

$ sudo apt update $ sudo apt install lua-busted

2. Uninstall "lua-busted" package

This tutorial shows how to uninstall lua-busted on Kali Linux:

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

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

Package: lua-busted
Version: 2.2.0-1
Installed-Size: 354
Maintainer: Debian Lua Team
Architecture: all
Provides: lua5.1-busted, lua5.2-busted, lua5.3-busted, lua5.4-busted
Depends: lua-cliargs, lua-dkjson, lua-filesystem, lua-luassert (>= 1.8), lua-mediator, lua-penlight, lua-say, lua-system, lua-term, lua5.2 | lua
Size: 34756
SHA256: fcfb3a606ccfa0721243919d5d1ff0ce242ec17fb1bac07b799b2f19958c7474
SHA1: 9f4307067301c28e8080d8d2f35323379b9e41c1
MD5sum: 45abc134d1441ecb72f5b05431a32522
Description: Lua unit testing framework focused on ease of use
busted test specs read naturally without being too verbose. You can
even chain asserts and negations, such as assert.not.equals. Nest
blocks of tests with contextual descriptions using describe, and add
tags to blocks so you can run arbitrary groups of tests.
.
An extensible assert library allows you to extend and craft your own
assert functions specific to your case with method chaining. A modular
output library lets you add on your own output format, along with the
default pretty and plain terminal output, JSON with and without
streaming, and TAP-compatible output that allows you to run busted
specs within most CI servers. You can even register phrases for
internationaliation with custom or built-in language packs.
Description-md5:
Homepage: https://github.com/lunarmodules/busted
Lua-Versions: 5.1 5.2 5.3 5.4
Section: interpreters
Priority: optional
Filename: pool/main/l/lua-busted/lua-busted_2.2.0-1_all.deb