Cómo instalar LshellChecck en Linux

# how to install shellcheck linter for shell scripts in lunix
sudo apt-get install shellcheck.
Mysterious Marten