gamgi command not found

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

Introduction

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

gamgi: command not found

or when using sudo you get the following error message

sudo: gamgi: command not found

Solutions to gamgi: command not found

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

In Ubuntu gamgi is provided by gamgi package.

gamgi is:

The General Atomistic Modelling Graphic Interface (GAMGI) provides a graphical interface to build, view and analyze atomic structures. The program is aimed at the scientific community and provides a graphical interface to study atomic structures and to prepare images for presentations, and for teaching the atomic structure of matter.

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

sudo apt-get -y install gamgi

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

You can also use apt command to install gamgi.

sudo apt -y install gamgi

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

sudo aptitude install gamgi

Summary

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