From e724e60c9e7fd86feb03d48b15d60fb92e935590 Mon Sep 17 00:00:00 2001 From: smoothie-on-the-rocks <95510342+smoothie-on-the-rocks@users.noreply.github.com> Date: Fri, 10 Dec 2021 12:05:32 +0000 Subject: [PATCH] Add fedora details to convert VM to Qube section --- user/advanced-topics/standalones-and-hvms.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user/advanced-topics/standalones-and-hvms.md b/user/advanced-topics/standalones-and-hvms.md index b703dd26..a911dc55 100644 --- a/user/advanced-topics/standalones-and-hvms.md +++ b/user/advanced-topics/standalones-and-hvms.md @@ -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: ```