globus-gass-cache-util command not found

In this troubleshooting guide we learn how to fix globus-gass-cache-util command not found error message

Introduction

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

globus-gass-cache-util: command not found

or when using sudo you get the following error message

sudo: globus-gass-cache-util: command not found

Solutions to globus-gass-cache-util: command not found

How To Fix globus-gass-cache-util: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu globus-gass-cache-util is provided by globus-gass-cache-program package.

globus-gass-cache-program is:

The Grid Community Toolkit (GCT) is an open source software toolkit used for building grid systems and applications. It is a fork of the Globus Toolkit originally created by the Globus Alliance. It is supported by the Grid Community Forum (GridCF) that provides community-based support for core software packages in grid computing.

The globus-gass-cache-program package contains: Tools to manipulate local and remote GASS caches

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

sudo apt-get -y install globus-gass-cache-program

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

You can also use apt command to install globus-gass-cache-program.

sudo apt -y install globus-gass-cache-program

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

sudo aptitude install globus-gass-cache-program

Summary

In this tutorial we learn how to fix globus-gass-cache-util command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.