2.4 KiB
How to Install and Use virt-manager Virtual Machine Manager in Ubuntu and Other Linux
virt-install
A comprehensive guide on how to install and use virt-manager virtual machine emulator in Ubuntu and other Linux systems.
The virt-manager application or package uses the libvirt library to provide virtual machine management services. It has a desktop interface that helps to create, delete, and manage multiple virtual machines.
It is primarily used for KVM VMs but can support other hypervisors as well, such as Xen, and LXC.
The user interface provides a summary view of all VMs their status, CPU usages, LIVE performance graph of running VMs, and resource utilization statistics.
There are other popular Virtual machine managers available such as GNOME Boxes and Oracle Virtual box. GNOME Boxes is easy, but it’s buggy and depends heavily on GTK and GNOME-related packages. Oracle Virtual Box is good, but I feel it is unnecessary and complex and has a complicated UI.
But the virt-manager is super easy and can be used on any Linux distribution.
When you install the virt-manager package, it comes with five components.
virt-install: Command-line utility to provision OSvirt-viewer: The UI interface with graphical featuresvirt-clone: Command-line tool to close existing inactive hostsvirt-xml: Command-line tool for easily editing libvirt domain XML using virt-install’s command-line options.virt-bootstrap: Command tool providing an easy way to set up the root file system for libvirt-based containers.
via: https://www.debugpoint.com/virt-manager/