top
本文目录
一.一键更换脚本
二.手动更换
本站提供的一切软件、教程和内容信息仅限用于学习和研究目的。不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解!邮件:766378891@qq.com

CentOS7 yum安装报错“Could not resolve host: mirrorlist.centos.org; Name or service not known“之解决办法(换源)

一.一键更换脚本

一.
国内源
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

#推荐使用一
二.
国内
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
国内教育网
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu 
海外地区
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad 

 

二.手动更换

CentOS7更换镜像源
1、先安装wget

yum install -y wget
2、打开阿里镜像http://mirrors.aliyun.com/

点击,帮助,查看详情:
3、下载CentOS 7的对应的repo文件

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
#或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
4、更新镜像源

yum clean all

yum makecache

yum -y update

执行完上面三行命令就好了

THE END
icon
0
icon
分享
icon
二维码
icon
海报
发表评论
评论列表

赶快来坐沙发

您好,今天过得怎么样?