我是靠谱客的博主 发嗲小蘑菇,最近开发中收集的这篇文章主要介绍centos7 更换默认源为阿里源,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

这里写目录标题

    • 方法
    • 其他源

方法

1、备份源

  mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 

2、下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/

  wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo 

3、非阿里云ECS用户会出现 Couldn’t resolve host ‘mirrors.cloud.aliyuncs.com’ 信息,不影响使用,可以修改配置

  sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo 

4、生成缓存

  yum makecache 

5、查看当前源

  yum repolist 

其他源

清华源:https://mirrors.tuna.tsinghua.edu.cn
腾讯源:https://mirrors.cloud.tencent.com
华为源:https://mirrors.huaweicloud.com
阿里源:https://developer.aliyun.com/mirror

最后

以上就是发嗲小蘑菇为你收集整理的centos7 更换默认源为阿里源的全部内容,希望文章能够帮你解决centos7 更换默认源为阿里源所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部