How to Install kvmtool in Ubuntu 18.04



Install kvmtool by entering the following commands in the terminal:

sudo apt update
sudo apt install kvmtool

Description:

Native Linux KVM TOOL

kvmtool is a lightweight tool for hosting KVM guests. As a pure virtualization tool it only supports guests using the same architecture, though it supports running 32-bit guests on those 64-bit architectures that allow this.

Homepage: https://git.kernel.org/cgit/linux/kernel/git/will/kvmtool.git/

Version: 0.20170904-1

Section: universe/kernel