nordugridmap command not found

In this troubleshooting guide we learn how to fix nordugridmap command not found error message

Introduction

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

nordugridmap: command not found

or when using sudo you get the following error message

sudo: nordugridmap: command not found

Solutions to nordugridmap: command not found

How To Fix nordugridmap: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu nordugridmap is provided by nordugrid-arc-nordugridmap package.

nordugrid-arc-nordugridmap is:

NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC).

A simple tool to fetch list of users and eventually generate gridmap files.

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

sudo apt-get -y install nordugrid-arc-nordugridmap

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

You can also use apt command to install nordugrid-arc-nordugridmap.

sudo apt -y install nordugrid-arc-nordugridmap

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

sudo aptitude install nordugrid-arc-nordugridmap

Summary

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