Skip to content

Instantly share code, notes, and snippets.

@smijar
Last active March 11, 2022 22:19
Show Gist options
  • Save smijar/ca59370c7986b1b2eefb1d31702016f4 to your computer and use it in GitHub Desktop.
Save smijar/ca59370c7986b1b2eefb1d31702016f4 to your computer and use it in GitHub Desktop.
# ref: https://fedoramagazine.org/vagrant-qemukvm-fedora-devops-sysadmin/
# install
```shell
sudo dnf install qemu-kvm libvirt libguestfs-tools virt-install rsync
or
$ sudo dnf install vagrant-libvirt
$ sudo dnf install @vagrant
$ sudo systemctl enable libvirtd
$ lsmod | grep kvm
# using libvirt from vagrant without password prompts
$ sudo gpasswd -a ${USER} libvirt
$ newgrp libvirt
```
# using vagrant: https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment