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

Last updated: June 24,2024

1. Install "lua54-luacheck" package

This guide covers the steps necessary to install lua54-luacheck on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-luacheck

2. Uninstall "lua54-luacheck" package

In this section, we are going to explain the necessary steps to uninstall lua54-luacheck on openSuSE Tumbleweed:

$ sudo zypper remove lua54-luacheck

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

Information for package lua54-luacheck:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-luacheck
Version : 1.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 422.0 KiB
Installed : No
Status : not installed
Source package : lua54-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.