CentOS7のyumアップデートでエラー(devtools-2のrepod.xmlで404 Not Found)
エラーメッセージ
http://people.centos.org/tru/devtools-2/7/x86_64/RPMS/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
(1)対処
yum-config-manager --disable testing-devtools-2-centos-7
http://people.centos.org/tru/devtools-2/7/x86_64/RPMS/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
(1)対処
yum-config-manager --disable testing-devtools-2-centos-7
yum-config-manager --save --setopt=testing-devtools-2-centos-7.skip_if_unavailable=true
(2)確認
yum -y update
コメント