TranslateProject/sources/tech/20220910 How to Install and Use virt-manager Virtual Machine Manager in Ubuntu and Other Linux.md

2.4 KiB
Raw Blame History

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 its 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-installs 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/

作者:Arindam 选题:lkxed 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出