dnf install stuck on repo
sudo dnf --enablerepo=* clean all
sudo rpm -vv --rebuilddb
sudo dnf install filezilla
Fedora 28 - x8664 - Updates 4.2 MB/s | 5.5 MB 00:01
Fedora 28 - x8664 7.1 MB/s | 60 MB 00:08
Fedy Repository 16 kB/s | 5.6 kB 00:00
MEGAsync 24 kB/s | 12 kB 00:00
RPM Fusion for Fedora 28 - Free - Updates 152 kB/s | 34 kB 00:00
RPM Fusion for Fedora 28 - Free 1.6 MB/s | 754 kB 00:00
RPM Fusion for Fedora 28 - Nonfree - Updates 22 kB/s | 3.6 kB 00:00
- after this stage the install get stalled -
I guess this is because rpmfusion-nonfree-updates.repo is offline ? But the URL is working
Failed to synchronize cache for repo 'rpmfusion-nonfree', disabling. Last metadata expiration check: 0:00:00 ago on Sun 06 May 2018 07:05:33 PM +00. Dependencies resolved.
Any idea ?
It was only a temporary issue yesterday, I don't know what caused it, but now
rpmfusion-nonfree
mirrors are working normally. I don't thinkfilezilla
requires anything from RPMFusion, so it should have installed anyway. If not,sudo dnf install filezilla --disablerepo=rpmfusion-nonfree
should have worked.You are right, that was temporary. Thx for sudo dnf install filezilla --disablerepo=rpmfusion-nonfree
To be clear,
--disablerepo=rpmfusion-nonfree
is also only temporary, it disables one currently not working repo, so that its failure didn't brake entire installation (or update) process.