munin-node-c command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
munin-node-c: command not found
or when using sudo you get the following error message
sudo: munin-node-c: command not found
Solutions to munin-node-c: command not found
How To Fix munin-node-c: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu munin-node-c is provided by munin-node-c package.
munin-node-c is:
Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration.
This package contains a C rewrite of the daemon for the nodes being monitored.
The purpose for rewriting the daemon is the reduced resource usage specially when paired with the C rewrite of the core plugins.
To fix this problem, we can install more using the command below.
sudo apt-get -y install munin-node-c
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install munin-node-c.
sudo apt -y install munin-node-c
Or if you have aptitude installed you can use the following command.
sudo aptitude install munin-node-c
Summary
In this tutorial we learn how to fix munin-node-c command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.