CentOs 7 YUM-Update funktioniert nicht

15

Ich versuche eine zu machen yum updateund alle Spiegel schlagen mit einer 404 fehl. Ich habe die URL in meinen Browser eingegeben und der Fehler ist korrekt, die URL existiert nicht. YUM sucht nach einem Paket, das auf den Spiegeln nicht vorhanden ist. Siehe unten für die Fehlermeldung:

https://mirrors.lug.mtu.edu/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
http://mirror.oss.ou.edu/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
https://mirror.csclub.uwaterloo.ca/fedora/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
http://mirror.sfo12.us.leaseweb.net/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://mirror.math.princeton.edu/pub/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://kdeforge2.unl.edu/mirrors/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
https://muug.ca/mirror/fedora-epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
http://fedora.westmancom.com/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
https://ca.mirror.babylon.network/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
https://mirror.chpc.utah.edu/pub/epel/7/x86_64/repodata/13b91b1efe2a1db71aa132d76383fdb5311887958a910548546d58a5856e2c5d-primary.sqlite.xz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.

Ich habe versucht, yum clean all diesen Befehl erfolgreich auszuführen, aber er hat nichts geändert. Ich habe auch folgendes versucht:

rm -f /var/lib//rpm/__db*
rpm --rebuilddb

Das hat auch nichts geändert.

Crackerman
quelle

Antworten:

17

Bearbeiten Sie Ihre /etc/yum.confDatei und fügen Sie sie hinzu

http_caching=packages
Dababi
quelle
6
Darf ich fragen warum? Was macht das? Hat keine Erklärung, wie es hilft: /
treyBake
9

Folgendes funktioniert auch:

yum clean all
yum makecache
yum update
fastete
quelle
3

Ich hatte eine VM, die seit langer Zeit nicht mehr aktualisiert wurde, und machte eine yum makecache fastund yum updatearbeitete für mich.

James Becwar
quelle
0

Lief unter dem Befehl und die yum-Installation funktionierte danach erfolgreich:

yum clean all
ebeb
quelle