Centos设置软件源
Posted yjp372928571
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos设置软件源相关的知识,希望对你有一定的参考价值。
- yum的配置文件在/etc/yum.repos.d/下
- 备份Centos-Base.repo cp CentOS-Base.repo CentOS-Base.repo.bk
- 然后下载阿里云的yum文件 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
- 清理缓存 yum makecache
- 查看刚才配置的源 yum repolist
附上两个常用的yum文件地址
下载配置文件,加入/etc/yum.repos.d/
阿里镜像:
http://mirrors.aliyun.com/repo/Centos-7.repo
网易镜像:
http://mirrors.163.com/.help/CentOS7-Base-163.repo
以上是关于Centos设置软件源的主要内容,如果未能解决你的问题,请参考以下文章