faifa command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
faifa: command not found
or when using sudo you get the following error message
sudo: faifa: command not found
Solutions to faifa: command not found
How To Fix faifa: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu faifa is provided by faifa package.
faifa is:
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV devices.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication (PLC). PLC is a system for carrying data - network packets - over power line. http://www.homeplug.org/
This tool can configure, flash and collect statistics on thoses devices using private and public Ethernet frames.
This package contains Faifa tool.
To fix this problem, we can install more using the command below.
sudo apt-get -y install faifa
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install faifa.
sudo apt -y install faifa
Or if you have aptitude installed you can use the following command.
sudo aptitude install faifa
Summary
In this tutorial we learn how to fix faifa command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.