Created
April 25, 2019 15:44
-
-
Save samsulmaarif/377d18a427bc9a464e49b26e45b36781 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
| sudo apt update | |
| sudo apt-get -y install qemu-kvm libvirt-daemon libvirt-clients bridge-utils sasl2-bin python-guestfs supervisor | |
| virsh list --all | |
| sudo apt install virt-manager | |
| sudo systemctl status libvirtd | |
| sudo systemctl restart libvirtd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment