赞
踩
部署完CentOS 7操作系统后,使用yum安装默认调用的国外的yum源,速度太慢,提升速度的其中的一个方法就是将yum源设置为国内的yum源,常见的有阿里云、中科大、清华大学等yum源。
服务器操作系统:CentOS 7
yum源涉及到系统层面的权限,在操作使用过程中使用root账号进行设置操作。
这里可以使用百度的域名来查看
Ping www.baidu.com
二、备份原来的yum源,以防后续使用
cd /etc/yum.repos.d/;mkdir bak/; mv *.repo bak/
ls查看镜像是否已经配置
cd /etc/yum.repos.d/
三、开始配置yum源
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
(CentOS 7版本)
2.清除yum缓存 :
yum clean all
3.缓存阿里云镜像 :
yum makecache
4.测试阿里云镜像:
yum list
国内知名的yum源镜像站有:
阿里云,网址:https://opsx.alibaba.com/mirr
清华大学,网址:http://mirrors.tuna.tsinghua.edu.cn/
中科大,网址:http://mirrors.ustc.edu.cn/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。