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!

Comment

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

Scroll to Top