Install KVM virt-manager on Linux Mint, Debian, or Ubuntu

Опубликовано: 11 Март 2026
на канале: NEXAGEEK
3,902
37

KVM virt-manager is a powerful tool for creating and managing virtual machines on Linux. In this video, I will show you how to install KVM virt-manager on Linux Mint, Debian, or Ubuntu. I will also show you how to use KVM virt-manager to create a new virtual machine and install an operating system on it.

commands::
Update package repositories:
sudo apt update

Install required packages for virt-manager:
sudo apt install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils

Enable libvirtd service:
sudo systemctl enable libvirtd

Start libvirtd service:
sudo systemctl start libvirtd

Add current user to libvirt and kvm groups:
sudo usermod -aG libvirt $USER
sudo usermod -aG kvm $USER

Install virt-manager:
sudo apt install virt-manager

Reboot the system to apply the changes:
sudo reboot

Donate Via Paypal
https://www.paypal.com/paypalme/nexageek