weplab command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
weplab: command not found
or when using sudo you get the following error message
sudo: weplab: command not found
Solutions to weplab: command not found
How To Fix weplab: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu weplab is provided by weplab package.
weplab is:
WepLab is a tool designed to teach how WEP works, what different vulnerabilities it has, and how they can be used in practice to break a WEP protected wireless network.
WepLab can dump network traffic, analyse it or crack the WEP key.
To fix this problem, we can install more using the command below.
sudo apt-get -y install weplab
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install weplab.
sudo apt -y install weplab
Or if you have aptitude installed you can use the following command.
sudo aptitude install weplab
Summary
In this tutorial we learn how to fix weplab command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.