debian command line install code example
Example 1: debian install sbatch
sudo apt-get install -y libmunge-dev libmunge2 munge
Example 2: debian install sbatch
sudo dd if=/dev/urandom bs=1 count=1024 > /etc/munge/munge.key
sudo apt-get install -y libmunge-dev libmunge2 munge
sudo dd if=/dev/urandom bs=1 count=1024 > /etc/munge/munge.key