From 767fe44bb0ecb2d1b2302946a672548698e355df Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Wed, 23 Oct 2024 00:19:18 +0100 Subject: [PATCH] improved thanks to response to issue #1466 --- 01-Installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/01-Installation.md b/01-Installation.md index 9430304..bb265fc 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -116,6 +116,9 @@ sudo apt-get install bash coreutils curl genisoimage grep jq mesa-utils ovmf pci ### Install requirements on Fedora ``` shell +# it may be needed to add additional installation sources to obtain some packages +# for example zsync is no longer in the fedora repo, but can be obtained from copr +#sudo dnf copr enable elxreno/zsync -y sudo dnf install bash coreutils curl edk2-tools genisoimage grep jq mesa-demos pciutils procps python3 qemu sed socat spice-gtk-tools swtpm unzip usbutils util-linux xdg-user-dirs xrandr zsync ```