quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.88k stars 478 forks source link

bug: Fedora Installation instructions missing packages #1466

Closed Talleyrand-34 closed 1 month ago

Talleyrand-34 commented 1 month ago

I confirm this bug has not already been reported

Describe the bug There is no zsync package in fedora repos.

To Reproduce Steps to reproduce the behavior:

  1. Run 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

Expected behavior All installed

dnf output No match for argument: zsync Error: Unable to find a match: zsync

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add appropiate instruction to install quickemu on fedora. Additionally improve instructions of installation to be more user friendly.

qitpydev commented 1 month ago

me same

kobamkode commented 1 month ago

I think you need to build zsync manually from their site or download it from copr repo

sudo dnf copr enable elxreno/zsync -y && sudo dnf install zsync -y
Talleyrand-34 commented 1 month ago

I didn't find how to install the fedora repo. That is the information i needed so the answer is:

sudo dnf copr enable elxreno/zsync -y && sudo dnf install zsync -y
philclifford commented 1 month ago

added a note to the wiki - thanks