arc-job-cgroup command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
arc-job-cgroup: command not found
or when using sudo you get the following error message
sudo: arc-job-cgroup: command not found
Solutions to arc-job-cgroup: command not found
How To Fix arc-job-cgroup: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu arc-job-cgroup is provided by nordugrid-arc-wn package.
nordugrid-arc-wn is:
NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC).
This package contains the optional components that provide new job management features on the worker nodes (WN).
To fix this problem, we can install more using the command below.
sudo apt-get -y install nordugrid-arc-wn
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nordugrid-arc-wn.
sudo apt -y install nordugrid-arc-wn
Or if you have aptitude installed you can use the following command.
sudo aptitude install nordugrid-arc-wn
Summary
In this tutorial we learn how to fix arc-job-cgroup command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.