wmifs command not found

In this troubleshooting guide we learn how to fix wmifs command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

wmifs: command not found

or when using sudo you get the following error message

sudo: wmifs: command not found

Solutions to wmifs: command not found

How To Fix wmifs: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu wmifs is provided by wmifs package.

wmifs is:

wmifs is a dockable applet for X11 that can monitor all your network interfaces. It’s designed for Window Maker’s Dock and AfterStep’s Wharf, but it’s not dependent on these window managers and should work with any other.

WMiFS stands for “Window Maker InterFace Statistics”.

To fix this problem, we can install more using the command below.

sudo apt-get -y install wmifs

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install wmifs.

sudo apt -y install wmifs

Or if you have aptitude installed you can use the following command.

sudo aptitude install wmifs

Summary

In this tutorial we learn how to fix wmifs command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.