How to Install and Uninstall lua-busted Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "lua-busted" package

Please follow the steps below to install lua-busted on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install lua-busted

2. Uninstall "lua-busted" package

This guide let you learn how to uninstall lua-busted on Ubuntu 21.10 (Impish Indri):

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

3. Information about the lua-busted package on Ubuntu 21.10 (Impish Indri)

Package: lua-busted
Architecture: all
Version: 2.0.0-1
Priority: optional
Section: universe/interpreters
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Jason Pleau
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 265
Provides: lua5.1-busted, lua5.2-busted, lua5.3-busted
Depends: lua5.2 | lua, lua-cliargs (>= 3.0-1-1), lua-dkjson, lua-filesystem, lua-luassert (>= 1.8), lua-mediator, lua-penlight, lua-say, lua-system, lua-term
Filename: pool/universe/l/lua-busted/lua-busted_2.0.0-1_all.deb
Size: 30492
MD5sum: ac423f1ee8d4651366fc938b3fab91c1
SHA1: 6f5519106175934196d702612cfb67245c091f76
SHA256: 3ae6c5dedb7cdd90088b33df0162f50bcb8d9dda27a19b6ef912a118c3810952
SHA512: be37d7cfc25bd38d9a1057f9ebdc0050970263c563d0616bd75623d7ac5fab4e746c31b66c9fb38a68c755559ff0f1c0bddfa6cfa192b89ab4d45b691839f997
Homepage: https://github.com/Olivine-Labs/busted
Description-en: 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: a9c0a5f4f7a1779e49ed6e40aaf8bfde
Lua-Versions: 5.1 5.2 5.3