wifite command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wifite: command not found
or when using sudo you get the following error message
sudo: wifite: command not found
Solutions to wifite: command not found
How To Fix wifite: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wifite is provided by wifite package.
wifite is:
Wifite is a tool to audit WEP or WPA encrypted wireless networks. It uses aircrack-ng, pyrit, reaver, tshark tools to perform the audit.
This tool is customizable to be automated with only a few arguments and can be trusted to run without supervision.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wifite
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wifite.
sudo apt -y install wifite
Or if you have aptitude installed you can use the following command.
sudo aptitude install wifite
Summary
In this tutorial we learn how to fix wifite command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.