slurmd-wlm-emulator command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
slurmd-wlm-emulator: command not found
or when using sudo you get the following error message
sudo: slurmd-wlm-emulator: command not found
Solutions to slurmd-wlm-emulator: command not found
How To Fix slurmd-wlm-emulator: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu slurmd-wlm-emulator is provided by slurm-wlm-emulator package.
slurm-wlm-emulator is:
SLURM, the Simple Linux Utility for Resource Management, is an open-source cluster resource management and job scheduling.
This package installs the emulator binaries: slurmd, slurmctld and slurmstepd.
To fix this problem, we can install more using the command below.
sudo apt-get -y install slurm-wlm-emulator
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install slurm-wlm-emulator.
sudo apt -y install slurm-wlm-emulator
Or if you have aptitude installed you can use the following command.
sudo aptitude install slurm-wlm-emulator
Summary
In this tutorial we learn how to fix slurmd-wlm-emulator command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.