How to Install and Uninstall shellcheck Package on Kali Linux

Last updated: May 18,2024

1. Install "shellcheck" package

In this section, we are going to explain the necessary steps to install shellcheck on Kali Linux

$ sudo apt update $ sudo apt install shellcheck

2. Uninstall "shellcheck" package

This tutorial shows how to uninstall shellcheck on Kali Linux:

$ sudo apt remove shellcheck $ sudo apt autoclean && sudo apt autoremove

3. Information about the shellcheck package on Kali Linux

Package: shellcheck
Version: 0.9.0-1
Installed-Size: 18987
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1)
Size: 2621160
SHA256: 8c40f8a4ecccf3d746b933853972f1cd1be6df84fc5977d0137269d4debefa4f
SHA1: 09652599ab5ea37cc045664f06e3f67cd0020204
MD5sum: 3162fa69fb009cd0130427d634c61e3c
Description: lint tool for shell scripts
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.shellcheck.net/
Tag: devel::lang:posix-shell, devel::testing-qa, implemented-in::haskell,
interface::commandline, role::program, scope::application,
use::checking
Section: devel
Priority: optional
Filename: pool/main/s/shellcheck/shellcheck_0.9.0-1_amd64.deb