virt-p2v-make-kiwi command not found
In this troubleshooting guide we learn how to fix virt-p2v-make-kiwi command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
virt-p2v-make-kiwi: command not found
or when using sudo you get the following error message
sudo: virt-p2v-make-kiwi: command not found
Solutions to virt-p2v-make-kiwi: command not found
How To Fix virt-p2v-make-kiwi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu virt-p2v-make-kiwi is provided by virt-p2v package.
virt-p2v is:
Virt-p2v is a GUI interface to convert a physical machine to run as virtual machine on KVM.
To fix this problem, we can install more using the command below.
sudo apt-get -y install virt-p2v
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install virt-p2v.
sudo apt -y install virt-p2v
Or if you have aptitude installed you can use the following command.
sudo aptitude install virt-p2v
Summary
In this tutorial we learn how to fix virt-p2v-make-kiwi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.