munin-libvirt-plugins-detect command not found

In this troubleshooting guide we learn how to fix munin-libvirt-plugins-detect command not found error message

Introduction

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

munin-libvirt-plugins-detect: command not found

or when using sudo you get the following error message

sudo: munin-libvirt-plugins-detect: command not found

Solutions to munin-libvirt-plugins-detect: command not found

How To Fix munin-libvirt-plugins-detect: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu munin-libvirt-plugins-detect is provided by munin-libvirt-plugins package.

munin-libvirt-plugins is:

This package contains munin plugins using libvirt:

  • libvirt-cputime: cputime used by virtual machines
  • libvirt-bklstat: block I/O of virtual machines
  • libvirt-ifstat: network I/O of virtual machines
  • libvirt-mem: memory used by virtual machines

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

sudo apt-get -y install munin-libvirt-plugins

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

You can also use apt command to install munin-libvirt-plugins.

sudo apt -y install munin-libvirt-plugins

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

sudo aptitude install munin-libvirt-plugins

Summary

In this tutorial we learn how to fix munin-libvirt-plugins-detect command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.