gost command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gost: command not found
or when using sudo you get the following error message
sudo: gost: command not found
Solutions to gost: command not found
How To Fix gost: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gost is provided by gost package.
gost is:
gost builds a local copy of Security Tracker (Red Hat/Debian). After you register CVEs to watch list, gost notify via E-mail/Slack if there is an update. The pronunciation of gost is the same as the English word “ghost”.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gost
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gost.
sudo apt -y install gost
Or if you have aptitude installed you can use the following command.
sudo aptitude install gost
Summary
In this tutorial we learn how to fix gost command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.