cara menginstal lshellchecck di linux

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