mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 03:29:41 +01:00
[DOCS] openSUSE dependencies.
Worked for me on openSUSE Tumbleweed with recommended package automatic installation _disabled_.
This commit is contained in:
parent
1429996890
commit
0f99ccbdfd
1 changed files with 1 additions and 0 deletions
|
@ -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 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 pacman -S qemu python python-pip # for Arch.
|
||||||
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
|
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
|
## Step 1
|
||||||
|
|
Loading…
Reference in a new issue