Skip to content

Shell script to install and setup qemu & a VM manager on Linux

License

Notifications You must be signed in to change notification settings

shreyas-a-s/linux-qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Linux-QEMU

Bash script to install and setup qemu & virtual machine manager (virt-manager or gnome-boxes) on linux.

Acknowledgements

This script is based on the guides Setup Qemu in Debian Linux and Setup Qemu in Arch Linux by Chris Titus. Check out his YouTube channel for awesome things like this.

Installation

Execute install.sh as normal user from a terminal:

 git clone https://github.com/shreyas-a-s/linux-qemu.git
 cd linux-qemu/
 ./install.sh

For those who would like a single-line command:

 git clone https://github.com/shreyas-a-s/linux-qemu.git && cd linux-qemu/ && ./install.sh

Releases

No releases published

Packages

No packages published

Languages