Skip to content

Instantly share code, notes, and snippets.

@ardyantohermawan
Created April 25, 2020 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ardyantohermawan/2e296ea1baaca2f94c965e3b62ef865c to your computer and use it in GitHub Desktop.
Save ardyantohermawan/2e296ea1baaca2f94c965e3b62ef865c to your computer and use it in GitHub Desktop.
Ubuntu 18.04.04 KVM
#!/bin/bash
# install qemu and other stuffs
sudo apt-get install qemu \
qemu-system \
qemu-utils \
uml-utilities \
virt-manager \
dmg2img \
git \
wget \
libguestfs-tools \
python3 \
python3-pip
# clean apt cache
sudo apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment