fet command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fet: command not found
or when using sudo you get the following error message
sudo: fet: command not found
Solutions to fet: command not found
How To Fix fet: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fet is provided by fet package.
fet is:
FET is a program for automatically generating the timetable of a school, high-school or university.
Usually, FET is able to solve a complicated timetable in maximum 5-20 minutes. For simpler timetables, it may take a shorter time, under 5 minutes (in some cases, a matter of seconds). For extremely difficult timetables, it may take a longer time, a matter of hours.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fet
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fet.
sudo apt -y install fet
Or if you have aptitude installed you can use the following command.
sudo aptitude install fet
Summary
In this tutorial we learn how to fix fet command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.