arcperftest command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
arcperftest: command not found
or when using sudo you get the following error message
sudo: arcperftest: command not found
Solutions to arcperftest: command not found
How To Fix arcperftest: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu arcperftest is provided by nordugrid-arc-test-utils package.
nordugrid-arc-test-utils is:
NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC).
This package contains a few utilities useful to test various ARC subsystems. The package is not required by users or sysadmins and it is mainly for developers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nordugrid-arc-test-utils
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nordugrid-arc-test-utils.
sudo apt -y install nordugrid-arc-test-utils
Or if you have aptitude installed you can use the following command.
sudo aptitude install nordugrid-arc-test-utils
Summary
In this tutorial we learn how to fix arcperftest command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.