Last active
          March 11, 2022 22:19 
        
      - 
      
- 
        Save smijar/ca59370c7986b1b2eefb1d31702016f4 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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