grig command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
grig: command not found
or when using sudo you get the following error message
sudo: grig: command not found
Solutions to grig: command not found
How To Fix grig: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu grig is provided by grig package.
grig is:
GNOME RIG is a graphical user interface to the Ham Radio Control Libraries, which lets you control your communication radios and/or antenna rotators from a personal computer. GNOME RIG is written using the Gtk+ and GNOME widgets.
GNOME RIG is in a very early stage and it supports only a very little subset of the full Hamlib API, but it can be very useful in testing basic hamlib support for your rig.
To fix this problem, we can install more using the command below.
sudo apt-get -y install grig
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install grig.
sudo apt -y install grig
Or if you have aptitude installed you can use the following command.
sudo aptitude install grig
Summary
In this tutorial we learn how to fix grig command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.