Solve yum update Repodata repomd xml Errno 14 HTTPS Error 404 – Not Found

installationCWP Control Panel, the "yum update Repodata repomd xml Errno 14 HTTPS Error 404 - Not Found"The problem.

Solve yum update Repodata repomd xml Errno 14 HTTPS Error 404 – Not Found

Also, when installingUptime Kuma Linux Server Monitoring Software, or when using MariaDB 10.3 or higher or trying to upgrade to MariaDB 10.3 or higher, you may also encounter errors similar to:

http://yum.mariadb.org/10.3/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 – Not Found

Why does Repodata repomd xml Errno 14 HTTPS Error 404 – Not Found appear?

MariaDB seems to have recently made changes to its repositories for version 10.3 and later, and they appear to be empty.

Running the following command will be a good starting point to troubleshoot this, as this will ensure that there is no problem with Yum itself on the system:

yum clean all
yum makecache
yum install vim

See if that solves the problem?

If the problem still cannot be solved, you can refer to the solutions below.

How to solve repomd xml Errno HTTPS Error 404 – Not Found?

You can modify the repo file for your MariaDB version.

This example shows 10.3 files.

edit /etc/yum.repos.d/mariadb.repo file

Comment out baseurl and add new baseurl

#baseurl = https://yum.mariadb.org/10.3/centos7-amd64
baseurl = https://archive.mariadb.org/mariadb-10.3/yum/centos7-amd64

As follows:

[mariadb]
name = MariaDB
#baseurl = https://yum.mariadb.org/10.3/centos7-amd64 
baseurl = https://archive.mariadb.org/mariadb-10.3/yum/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

LinuxserverCentOSThe long-standing problem of the system is solved here!

Hope Chen Weiliang Blog ( https://www.chenweiliang.com/ ) shared "Solving yum update Repodata repomd xml Errno 14 HTTPS Error 404 – Not Found", which is helpful to you.

Welcome to share the link of this article:https://www.chenweiliang.com/cwl-29029.html

Welcome to the Telegram channel of Chen Weiliang's blog to get the latest updates!

🔔 Be the first to get the valuable "ChatGPT Content Marketing AI Tool Usage Guide" in the channel top directory! 🌟
📚 This guide contains huge value, 🌟This is a rare opportunity, don’t miss it! ⏰⌛💨
Share and like if you like!
Your sharing and likes are our continuous motivation!

 

Comment

Your email address will not be published. Required fields * Callout

scroll to top