oarnodechecklist command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
oarnodechecklist: command not found
or when using sudo you get the following error message
sudo: oarnodechecklist: command not found
Solutions to oarnodechecklist: command not found
How To Fix oarnodechecklist: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu oarnodechecklist is provided by oar-node package.
oar-node is:
OAR is a versatile resource and task manager (also called a batch scheduler) for clusters and other computing infrastructures
This package installs the execution node part of the OAR batch scheduler
To fix this problem, we can install more using the command below.
sudo apt-get -y install oar-node
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install oar-node.
sudo apt -y install oar-node
Or if you have aptitude installed you can use the following command.
sudo aptitude install oar-node
Summary
In this tutorial we learn how to fix oarnodechecklist command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.