MickZA
Executive Member
Fedora (20) fails "yum update" since fedorautils was obsoleted by fedy:
... as superuser run:
... and rerun "yum update".
Code:
Transaction Summary
================================================================================
Install 1 Package
Upgrade 31 Packages
Total size: 7.6 M
Total download size: 52 k
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for fedorautils
fedy-3.1.6-3.1.noarch.rpm FAILED
http://download.opensuse.org/repositories/home%3A/satya164%3A/fedorautils/Fedora_20/noarch/fedy-3.1.6-3.1.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
Error downloading packages:
fedy-3.1.6-3.1.noarch: [Errno 256] No more mirrors to try.
... as superuser run:
Code:
curl http://satya164.github.io/fedy/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer
... and rerun "yum update".