slurmstepd-wlm-emulator command not found

In this troubleshooting guide we learn how to fix slurmstepd-wlm-emulator command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

slurmstepd-wlm-emulator: command not found

or when using sudo you get the following error message

sudo: slurmstepd-wlm-emulator: command not found

Solutions to slurmstepd-wlm-emulator: command not found

How To Fix slurmstepd-wlm-emulator: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu slurmstepd-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 slurmstepd-wlm-emulator command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.