gastman command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gastman: command not found
or when using sudo you get the following error message
sudo: gastman: command not found
Solutions to gastman: command not found
How To Fix gastman: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gastman is provided by gastman package.
gastman is:
Gastman is a graphical Manager interface for Asterisk. It uses the GTK+ library, and so is usually run under XWindow, although GTK+ environments also exist for Windows and Mac OS X.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gastman
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gastman.
sudo apt -y install gastman
Or if you have aptitude installed you can use the following command.
sudo aptitude install gastman
Summary
In this tutorial we learn how to fix gastman command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.