Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyas-a-s/linux-qemu
Shell script to install and setup qemu & a VM manager on Linux
https://github.com/shreyas-a-s/linux-qemu
arch- archlinux debian kvm kvm-hypervisor qemu qemu-kvm virt-manager
Last synced: 27 days ago
JSON representation
Shell script to install and setup qemu & a VM manager on Linux
- Host: GitHub
- URL: https://github.com/shreyas-a-s/linux-qemu
- Owner: shreyas-a-s
- License: gpl-3.0
- Created: 2023-09-03T09:20:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T13:27:49.000Z (11 months ago)
- Last Synced: 2023-12-20T17:15:27.742Z (11 months ago)
- Topics: arch-, archlinux, debian, kvm, kvm-hypervisor, qemu, qemu-kvm, virt-manager
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://christitus.com/vm-setup-in-linux/) and [Setup Qemu in Arch Linux](https://christitus.com/setup-qemu-in-archlinux/) by [Chris Titus](https://github.com/christitustech/). Check out his [YouTube channel](https://www.youtube.com/@ChrisTitusTech) for awesome things like this.## Installation
Execute install.sh as **normal user** from a terminal:
```bash
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:
```bash
git clone https://github.com/shreyas-a-s/linux-qemu.git && cd linux-qemu/ && ./install.sh
```