From 0f99ccbdfd524f826bcafdca64b6540cb91a472f Mon Sep 17 00:00:00 2001 From: GeckoLinux Date: Thu, 20 Jun 2019 12:36:26 -0500 Subject: [PATCH] [DOCS] openSUSE dependencies. Worked for me on openSUSE Tumbleweed with recommended package automatic installation _disabled_. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f861359..79b2c7b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ You'll need a Linux system with `qemu` (3.1 or later), `python3`, `pip` and the sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS. sudo pacman -S qemu python python-pip # for Arch. sudo xbps-install -Su qemu python3 python3-pip # for Void Linux. +sudo zypper in python3-pip qemu-tools qemu-kvm qemu-x86 qemu-audio-pa # for openSUSE Tumbleweed ``` ## Step 1