gt4-interface-install command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gt4-interface-install: command not found
or when using sudo you get the following error message
sudo: gt4-interface-install: command not found
Solutions to gt4-interface-install: command not found
How To Fix gt4-interface-install: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gt4-interface-install is provided by lcas-lcmaps-gt4-interface package.
lcas-lcmaps-gt4-interface is:
This interface extends the basic map-file based mapping capabilities of the Globus Toolkit to use the full LCAS/LCMAPS pluggable framework, which includes pool accounts and VOMS attribute based decisions and mappings.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lcas-lcmaps-gt4-interface
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lcas-lcmaps-gt4-interface.
sudo apt -y install lcas-lcmaps-gt4-interface
Or if you have aptitude installed you can use the following command.
sudo aptitude install lcas-lcmaps-gt4-interface
Summary
In this tutorial we learn how to fix gt4-interface-install command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.