Libvirt Setup: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
<code>sudo apt install virt-manager</code>
<code>sudo apt install virt-manager</code>


<code>sudo gpasswd -a $USER libvirt</code>
<code>sudo gpasswd -a $USER libvirt</code> <-- You will need to log out and back in for the changes to take effect.

Revision as of 15:40, 29 March 2024

How to setup Qemu/KVM using libvirt on debian.


Install libvirt:

sudo apt install libvirt-daemon-system

sudo apt install virt-manager

sudo gpasswd -a $USER libvirt <-- You will need to log out and back in for the changes to take effect.