yum报错Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhel-source

前端之家收集整理的这篇文章主要介绍了yum报错Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhel-source前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

思路:

rm -fr /etc/yum.repo.d/* #删除下面内容


wget http://mirrors.aliyun.com/repo/Centos-7.repo

wget http://mirrors.aliyun.com/repo/Centos-6.repo #从三个任一选择一个下载

wget http://mirrors.aliyun.com/repo/Centos-5.repo


yum clean all #清除

yum makecache #重新加载缓存

原文链接:https://www.f2er.com/bash/391160.html

猜你在找的Bash相关文章