kevinjohnson7890

QEMU-KVM on Arch Linux/Manjaro

Feb 4th, 2022
1,508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. **QEMU-KVM on Arch Linux/Manjaro***
  2. sudo pacman -S qemu
  3. qemu-arch-extras
  4. seabios
  5. ovmf
  6. edk2-armvirt
  7. gnome-boxes
  8. virt-manager
  9. ebtables
  10. nftables
  11. dnsmasq
  12. sudo usermod -a -G kvm username
  13. sudo usermod -a -G libvirt username
  14. sudo systemctl enable libvirtd
  15. sudo systemctl start libvirtd
Advertisement
Add Comment
Please, Sign In to add comment