On CentOS 7, getting 404 error from yum when trying to update.
1 |
http://mirror.centos.org/centos/7/virt/x86_64/xen-46/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found |
The error is related to Xen-46 which has been removed. The fix is to remove the repo and add the new Xen-48 repo:
1 2 |
yum remove centos-release-xen yum install centos-release-xen-48 |