gfaim command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gfaim: command not found
or when using sudo you get the following error message
sudo: gfaim: command not found
Solutions to gfaim: command not found
How To Fix gfaim: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gfaim is provided by gfaim package.
gfaim is:
Gfaim is a small utility written using GTK+ which allows you to find a lot of recipes easily by typing the name of the ingredient you want. Its database contains more then 10 000 recipes. Please note that those recipes are written in French.
This package contains binaries for gfaim
To fix this problem, we can install more using the command below.
sudo apt-get -y install gfaim
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gfaim.
sudo apt -y install gfaim
Or if you have aptitude installed you can use the following command.
sudo aptitude install gfaim
Summary
In this tutorial we learn how to fix gfaim command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.