wmnd command not found

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

Introduction

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

wmnd: command not found

or when using sudo you get the following error message

sudo: wmnd: command not found

Solutions to wmnd: command not found

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

In Ubuntu wmnd is provided by wmnd-snmp package.

wmnd-snmp is:

Shows a graph of incoming/outgoing traffic, activity indicators for rx/tx and current/maximum rate for rx/tx in bytes or packets.

The SNMP input driver can use any IF-MIB compliant data source such as most routers and managed switches.

Tailored for use with WindowMaker, it will as well work with any other window manager though.

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

sudo apt-get -y install wmnd-snmp

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

You can also use apt command to install wmnd-snmp.

sudo apt -y install wmnd-snmp

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

sudo aptitude install wmnd-snmp

Summary

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