1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Python 3 comes preinstalled on Solus

This commit is contained in:
koyu 2020-06-27 23:29:33 +02:00 committed by GitHub
parent 86b72fb14e
commit 7d21387404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ sudo pacman -S qemu python python-pip # for Arch.
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed
sudo dnf install qemu qemu-img python3 python3-pip # for Fedora
sudo eopkg install qemu python3 # for Solus OS
sudo eopkg install qemu # for Solus OS
```
Extracting `qemu` on Solus OS may take up to a few minutes, so please be patient.