imvirt-report command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
imvirt-report: command not found
or when using sudo you get the following error message
sudo: imvirt-report: command not found
Solutions to imvirt-report: command not found
How To Fix imvirt-report: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu imvirt-report is provided by imvirt-helper package.
imvirt-helper is:
This package includes several helper programs from imvirt to test for several virtualizations.
In this version it is able to detect the following virtualization technologies: ARAnyM KVM lguest LXC OpenVZ/Virtuozzo QEMU UML VMware GSX, ESX, Workstation Virtual PC/Virtual Server VirtualBox Xen (para and non-para virtualized)
And much more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install imvirt-helper
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install imvirt-helper.
sudo apt -y install imvirt-helper
Or if you have aptitude installed you can use the following command.
sudo aptitude install imvirt-helper
Summary
In this tutorial we learn how to fix imvirt-report command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.