DNF: failed getting cache for repo rpmfusion-nonfree-updates, cannot download repodata/repomd.xml
Using Fedora 22, I am encountering this weird error when executing dnf upgrade
:
Failed to synchronize cache for repo 'rpmfusion-nonfree-updates' from 'http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-22&arch=x86_64': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried, disabling.
- Other rpmfusion repos are working fine
- I can access http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-22&arch=x86_64 in my browser, and it shows me a list of mirrors.
- I already did a
dnf clean all
, followed by anotherdnf upgrade
.
What to do?