wmifinfo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmifinfo: command not found
or when using sudo you get the following error message
sudo: wmifinfo: command not found
Solutions to wmifinfo: command not found
How To Fix wmifinfo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmifinfo is provided by wmifinfo package.
wmifinfo is:
wmifinfo is a simple applet showing basic network info for all available interfaces. It shows IP address, netmask, gateway and MAC address in a similar way to ifconfig.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmifinfo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmifinfo.
sudo apt -y install wmifinfo
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmifinfo
Summary
In this tutorial we learn how to fix wmifinfo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.