jobrep-admin command not found

In this troubleshooting guide we learn how to fix jobrep-admin command not found error message

Introduction

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

jobrep-admin: command not found

or when using sudo you get the following error message

sudo: jobrep-admin: command not found

Solutions to jobrep-admin: command not found

How To Fix jobrep-admin: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jobrep-admin is provided by lcmaps-plugins-jobrep-admin package.

lcmaps-plugins-jobrep-admin is:

The job repository logs and tracks what is happening in a grid computing farm, by collecting information about users and jobs from the LCMAPS framework. It consists of different parts, such as a database, a job repository LCMAPS module and the job repository API.

This package contains the script to initialize the MySQL database with the correct structure.

To fix this problem, we can install more using the command below.

sudo apt-get -y install lcmaps-plugins-jobrep-admin

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install lcmaps-plugins-jobrep-admin.

sudo apt -y install lcmaps-plugins-jobrep-admin

Or if you have aptitude installed you can use the following command.

sudo aptitude install lcmaps-plugins-jobrep-admin

Summary

In this tutorial we learn how to fix jobrep-admin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.