Cannot download rmpfusion repo, file "repomd.xml" was not found in metalink

,

Hi, I am trying to use rpmfusion to install ffmpeg.

After installed based on this: Configuration - RPM Fusion

dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm 
dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Then, when I try to use this by either

dnf update

or,

dnf install ffmpeg

With verbose option using dnf, this is what I got:

repo: downloading from remote: rpmfusion-free-rawhide
RPM Fusion for Fedora Rawhide - Free                                                                                                                            55 kB/s |  74 kB     00:01    
Cannot download 'https://mirrors.rpmfusion.org/metalink?repo=free-fedora-rawhide&arch=riscv64': Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink.
repo: downloading from remote: rpmfusion-nonfree-rawhide
RPM Fusion for Fedora Rawhide - Nonfree                                                                                                                         37 kB/s |  74 kB     00:02    
Cannot download 'https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-rawhide&arch=riscv64': Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink.
Failed to synchronize cache for repo 'rpmfusion-free-rawhide', ignoring this repo.
Failed to synchronize cache for repo 'rpmfusion-nonfree-rawhide', ignoring this repo.

Tried to search places, do no have any luck on this one.

Any help will be very appreciated!

:thinking: Looking here Architectures - RPM Fusion, it seems that rpmfusion is not available for such architecture.

4 Likes

that actually make sense. Thank you very much! Basic assumption was wrong there, should’ve check that in the first step