Virtualization
Virtualization
To install KVM on Ubuntu, type the following command
sudo apt install qemu-kvm virt-manager virtinst libvirt-clients bridge-utils libvirt-daemon-system -y
After installing, reboot the system.
The qemu package (quick emulator) is an application that allows you to perform hardware virtualization.
The qemu-kvm package is the main KVM package.
The libvritd-daemon-system is the virtualization daemon.
The bridge-utils package helps you create a bridge connection to allow other users to access a virtual machine other than the host system.
The virt-manager is an application for managing virtual machines through a graphical user interface.