I have tried many things given online but same issue .
Has this ever been fast for you?
Is this a recent change?
Is the problem still happening?
Still happening and I am drinking bear after seeing this .
questions:
- when you download an iso from a fedora mirror, do you get a faster download speed?
- what region are you in? maybe the mirror is fast by ping but throttling download speed on the server side.
Also, temporarily compare the mirrors dnf is thinking are the fastest with a download from the main fedora server.
Open /etc/yum.repos.d/fedora.repo
and /etc/yum.repos.d/fedora.repo
and do the following changes: Comment the metalink
line using #
, and set baseurl
to dl.fedoraproject.org (see below).
fedora.repo:
[fedora]
name=Fedora $releasever - $basearch
baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
fedora-updates:
[updates]
...
baseurl=https://dl.fedoraproject.org/pub/fedora/linux/updates/$releasever/Everything/$basearch/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch