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

Last updated: May 20,2024

1. Install "lua-check" package

This guide covers the steps necessary to install lua-check on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-check

2. Uninstall "lua-check" package

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

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

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

Package: lua-check
Priority: optional
Section: universe/interpreters
Installed-Size: 247
Maintainer: Ubuntu Developers
Original-Maintainer: Victor Seva
Architecture: all
Source: luacheck
Version: 0.13.0-1
Provides: lua5.1-check
Depends: lua5.1, lua-filesystem
Filename: pool/universe/l/luacheck/lua-check_0.13.0-1_all.deb
Size: 61942
MD5sum: 391f0eeb8bc46757bea3586e6dae4bb4
SHA1: 906e66c4978da877c5998868f337a92db9b47501
SHA256: e4c8dff98e6405b02a3a04cf02c0926b19ed287ab87fc3c0076df2e1d5f9d0eb
Description-en: static analyzer and a linter for the Lua language
Luacheck is a static analyzer and a linter for Lua which
detects issues such as usage of undefined global variables,
unused variables and values, etc. It is fairly configurable
and can be used as a part of automated testing, manually
from the command line or inside an editor.
Description-md5: 5cd990f162a8b2eb4ec8a1cc7772d8b8
Homepage: https://github.com/mpeterv/luacheck
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu