⚒ Установка Virt-manager:
-----------------------------------------------------------
🐧 Arch Linux and BlackArch
~$
~$
-----------------------------------------------------------
🐧 Kali Linux and ParrotOS
~$
-----------------------------------------------------------
🐧 Arch Linux and BlackArch
~$
yay -S virt-manager qemu bridge-utils ebtables dnsmasq edk2-ovmf~$
sudo systemctl enable libvirtd ebtables dnsmasq
~$ sudo systemctl restart libvirtd ebtables libvirt-guests.service dnsmasq
~$ sudo gpasswd -a $USER libvirt ; sudo gpasswd -a $USER kvm
-----------------------------------------------------------
🐧 Kali Linux and ParrotOS
~$
sudo apt update ; sudo apt -y upgrade
~$ sudo apt install virt-manager