How to Install and Uninstall ShellCheck.x86_64 Package on CentOS Stream 9
Last updated: January 13,2025
1. Install "ShellCheck.x86_64" package
This guide covers the steps necessary to install ShellCheck.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
ShellCheck.x86_64
Copied
2. Uninstall "ShellCheck.x86_64" package
Here is a brief guide to show you how to uninstall ShellCheck.x86_64 on CentOS Stream 9:
$
sudo dnf remove
ShellCheck.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ShellCheck.x86_64 package on CentOS Stream 9
Last metadata expiration check: 2:40:27 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ShellCheck
Version : 0.8.0
Release : 2.el9
Architecture : x86_64
Size : 2.4 M
Source : ShellCheck-0.8.0-2.el9.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.
Available Packages
Name : ShellCheck
Version : 0.8.0
Release : 2.el9
Architecture : x86_64
Size : 2.4 M
Source : ShellCheck-0.8.0-2.el9.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.