debian-edu-faiinstall command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
debian-edu-faiinstall: command not found
or when using sudo you get the following error message
sudo: debian-edu-faiinstall: command not found
Solutions to debian-edu-faiinstall: command not found
How To Fix debian-edu-faiinstall: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu debian-edu-faiinstall is provided by debian-edu-fai package.
debian-edu-fai is:
The Debian Edu project provides Debian based systems customized for schools and other education facilities.
This package provides an installation method for Debian Edu workstations based on FAI (Fully Automated Installation).
Other than the Debian Installer based installation of Debian Edu workstations (provided by debian-edu-config), the FAI method is more flexible and customizable.
To fix this problem, we can install more using the command below.
sudo apt-get -y install debian-edu-fai
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install debian-edu-fai.
sudo apt -y install debian-edu-fai
Or if you have aptitude installed you can use the following command.
sudo aptitude install debian-edu-fai
Summary
In this tutorial we learn how to fix debian-edu-faiinstall command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.