How to Install and Uninstall ShellCheck Package on openSUSE Leap

Last updated: May 05,2024

1. Install "ShellCheck" package

This tutorial shows how to install ShellCheck on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ShellCheck

2. Uninstall "ShellCheck" package

This guide let you learn how to uninstall ShellCheck on openSUSE Leap:

$ sudo zypper remove ShellCheck

3. Information about the ShellCheck package on openSUSE Leap

Information for package ShellCheck:
-----------------------------------
Repository : Main Repository
Name : ShellCheck
Version : 0.8.0-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.9 MiB
Installed : No
Status : not installed
Source package : ShellCheck-0.8.0-bp155.2.14.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.