improved thanks to response to issue #1466

Phil Clifford 2024-10-23 00:19:18 +01:00
parent 2e38f76724
commit 767fe44bb0
1 changed files with 3 additions and 0 deletions

@ -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
```