How to Install and Uninstall shellcheck Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "shellcheck" package

Please follow the guidance below to install shellcheck on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install shellcheck

2. Uninstall "shellcheck" package

Please follow the guidance below to uninstall shellcheck on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the shellcheck package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: shellcheck
Priority: extra
Section: universe/devel
Installed-Size: 13025
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 0.3.7-5
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/s/shellcheck/shellcheck_0.3.7-5_amd64.deb
Size: 1602892
MD5sum: 2a43cb54d1729c73efe964bb52c6c0ec
SHA1: b1ddc0988f6083e42473abbebb076216f174fe26
SHA256: e084d09e2de4c8d319427d6566b9f00933276e8a0fed715f23fe7e1d1bc2c13a
Description-en: 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: 7c996daa2907e3b071f909a6e67eef77
Multi-Arch: foreign
Homepage: http://hackage.haskell.org/package/ShellCheck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu