How to Install and Uninstall ShellCheck.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 15,2024

1. Install "ShellCheck.x86_64" package

This tutorial shows how to install ShellCheck.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ShellCheck.x86_64

2. Uninstall "ShellCheck.x86_64" package

Please follow the steps below to uninstall ShellCheck.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ShellCheck.x86_64 $ sudo dnf autoremove

3. Information about the ShellCheck.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:23:20 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ShellCheck
Version : 0.6.0
Release : 3.el8
Architecture : x86_64
Size : 58 k
Source : ShellCheck-0.6.0-3.el8.src.rpm
Repository : epel
Summary : Shell script analysis tool
URL : https://www.shellcheck.net/
License : GPLv3+
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.