【Fix Failed to download metadata for repo】亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述Fix Failed to download metadata for repo相关的知识,希望能为你提供帮助。
Step 1: Go to the /etc/yum.repos.d/ directory.
[root@autocontroller ~]# cd /etc/yum.repos.d/
Step 2: Run the below commands
[root@autocontroller ~]# sed -i s/mirrorlist/#mirrorlist/g /etc/yum.repos.d/CentOS-*
[root@autocontroller ~]# sed -i s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g /etc/yum.repos.d/CentOS-*
Step 3: Now run the yum update
[root@autocontroller ~]# yum update -y
推荐阅读
- 简述keepalived工作原理
- 编译安装HAProxy2.4.17
- 干货!上古神器 sed 教程详解
- 总结HAProxy各调度算法的实现方式及其应用场景
- PHP(解析url和查询参数query)
- 看Feign的源码一定要看这个类
- Linux系统基础知识(13)Web网站服务管理
- 算法题每日一练---第51天(找不同)
- Zabbix对Linux主机监控