C/C++教程

could not resolve host:mirrors.cloud.aliyuncs.com;Unknown error----使用 yum安装的时候

本文主要是介绍could not resolve host:mirrors.cloud.aliyuncs.com;Unknown error----使用 yum安装的时候,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

1.运行命令后报如下错误

解决方案

1.首先进入 /etc/yum.rebpos.d 目录备份文件 CentOS-Base.repo,执行

  cp CentOS-Base.repo CentOS-Base.repo.bak

2.修改CentOS-Base.repo文件

http://mirrors.cloud.aliyuncs.com/centos/批量替换为 http://mirrors.aliyun.com/centos

执行:(这里不懂得可以直接手动,注意不要删多了,反正也没几个可以替换的)

  %s#http://mirrors.cloud.aliyuncs.com/centos/#http://mirrors.aliyun.com/centos#g

3.备份epel.repo文件

http://mirrors.cloud.aliyuncs.com/centos/批量替换为http://mirrors.aliyun.com/centos,执行

 cp  epel.repo  epel.repo.bak

4.修改epel.repo文件
执行:(这里不懂得可以直接手动,注意不要删多了,反正也没几个可以替换的)

  %s#http://mirrors.cloud.aliyuncs.com#http://mirrors.aliyun.com#g

5.执行

yum -y update

转自:
https://blog.csdn.net/qq_38018165/article/details/93666428
注:此博主不错,解决了困扰我半年的问题(头大)

这篇关于could not resolve host:mirrors.cloud.aliyuncs.com;Unknown error----使用 yum安装的时候的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!