How to Install and Uninstall lua-unit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "lua-unit" package

Please follow the instructions below to install lua-unit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-unit

2. Uninstall "lua-unit" package

Please follow the guidelines below to uninstall lua-unit on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the lua-unit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-unit
Priority: optional
Section: universe/interpreters
Installed-Size: 551
Maintainer: Ubuntu Developers
Original-Maintainer: Victor Seva
Architecture: all
Version: 3.1-1
Provides: lua5.1-unit, lua5.2-unit
Filename: pool/universe/l/lua-unit/lua-unit_3.1-1_all.deb
Size: 117548
MD5sum: bb5c8e3d3f95d89d8729b8221690305b
SHA1: f71bae83f6a1005470bb96c1dd69546b48ed154d
SHA256: 12f830b33acf9290137e37eb35f1e0b7d721e0193e9cfc454ce59b00852cb615
Description-en: Lua unit testing framework
Luaunit is a unit-testing framework for Lua, in the spirit of many
others unit-testing framework. Luaunit let's you write test functions,
test classes with test methods and setup/teardown functionality.
.
Luaunit can output test failures using the TAP format, for easier
integration into Continuous Integration platforms like Jenkins.
Description-md5: f8952068b1fcf030196ba896cfeaccd0
Homepage: https://github.com/bluebird75/luaunit
Lua-Versions: 5.2 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu