Add fedora details to convert VM to Qube section

This commit is contained in:
smoothie-on-the-rocks 2021-12-10 12:05:32 +00:00 committed by GitHub
parent 91c88ec7d1
commit e724e60c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,6 +371,12 @@ In a Debian app qube, install `qemu-utils` and `unzip`:
sudo apt install qemu-utils unzip
```
In a Fedora app qube:
```
sudo dnf install qemu-img
```
Unzip VirtualBox zip file:
```