How to Install and Uninstall ShellCheck Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "ShellCheck" package

Learn how to install ShellCheck on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ShellCheck

2. Uninstall "ShellCheck" package

Please follow the steps below to uninstall ShellCheck on openSuSE Tumbleweed:

$ sudo zypper remove ShellCheck

3. Information about the ShellCheck package on openSuSE Tumbleweed

Information for package ShellCheck:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ShellCheck
Version : 0.9.0-4.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 21.4 MiB
Installed : No
Status : not installed
Source package : ShellCheck-0.9.0-4.7.src
Upstream URL : https://hackage.haskell.org/package/ShellCheck
Summary : Shell script analysis tool
Description :
The goals of ShellCheck are:
* To point out and clarify typical beginner's syntax issues, that causes a
shell to give cryptic error messages.
* To point out and clarify typical intermediate level semantic problems, that
causes a shell to behave strangely and counter-intuitively.
* To point out subtle caveats, corner cases and pitfalls, that may cause an
advanced user's otherwise working script to fail under future circumstances.