How to Install and Uninstall lua51-luacheck Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "lua51-luacheck" package

Please follow the steps below to install lua51-luacheck on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua51-luacheck

2. Uninstall "lua51-luacheck" package

Please follow the guidance below to uninstall lua51-luacheck on openSuSE Tumbleweed:

$ sudo zypper remove lua51-luacheck

3. Information about the lua51-luacheck package on openSuSE Tumbleweed

Information for package lua51-luacheck:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua51-luacheck
Version : 1.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 422.0 KiB
Installed : No
Status : not installed
Source package : lua51-luacheck-1.1.0-1.2.src
Upstream URL : https://github.com/lunarmodules/luacheck
Summary : Command-line tool for linting and static analysis of Lua code
Description :
Luacheck is a static analyzer and a linter for Lua. Luacheck detects
various issues such as usage of undefined global variables, unused variables
and values, accessing uninitialized variables, unreachable code and more.
Most aspects of checking are configurable: there are options for defining
custom project-related globals, for selecting set of standard globals
(version of Lua standard library), for filtering warnings by type and name of
related variable, etc.
The options can be used on the command line, put into a config or directly into
checked files as Lua comments.

5. The same packages on other Linux Distributions