100% 解决Centos8 Linux 为 repo ‘AppStream‘ 下载元数据失败
请按照下面步骤一步步执行
复制粘贴的时候请先复制出notepad中,然后再复制去centos机器中,不然会带csdn的标识.
1.对原来的yum文件进行备份
rename '.repo' '.repo.bak' /etc/yum.repos.d/*.repo
2.下载最新的阿里云的yum文件
wget https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo -O /etc/yum.repos.d/Centos-vault-8.5.2111.repo && wget https://mirrors.aliyun.com/repo/epel-archive-8.repo -O/etc/yum.repos.d/epel-archive-8.repo
(我是操作到这一步就可以了)
3.替换文件里面的内容
注意需要替换4次!!!
sed -i 's/mirrors.cloud.aliyuncs.com/url_tmp/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo && sed -i 's/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo && sed -i 's/url_tmp/mirrors.aliyun.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo
sed -i 's/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/g' /etc/yum.repos.d/epel-archive-8.repo
sed -i 's/mirrors.cloud.aliyuncs.com/mirrors.aliyun.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo
sed -i 's/mirrors.cloud.aliyuncs.com/mirrors.aliyun.com/g' /etc/yum.repos.d/epel-archive-8.repo
4.清除缓存和建立元数据
yum clean all && yum makecache
版权声明:
本站相关资源均存于来自于互联网,和网友投稿发送如果侵权或资源下载地址失效,如遇此情况可于本文留言或tg:@bayuechangan 联系博主,谢谢!!
下载本站软件注意:网站分享的软件资源并非本人原创,使用之前建议虚拟机运行
链接:https://dumuzhou.org/100-%e8%a7%a3%e5%86%b3centos8-linux-%e4%b8%ba-repo-appstream-%e4%b8%8b%e8%bd%bd%e5%85%83%e6%95%b0%e6%8d%ae%e5%a4%b1%e8%b4%a5/
文章版权归作者所有
THE END
二维码
文章目录
关闭
共有 0 条评论