阿里镜像官方地址http://mirrors.aliyun.com/
1、点击官方提供的相应系统的帮助 :
2、查看不同版本的系统 *** 作:
备份Centos7系统自带的yum源配置文件(/etc/yum.repos.d/CentOS-Base.repo)
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup2. 下载阿里云yum源文件
或:
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo3. 更改CentOS-Base.repo
或:
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
更改阿里云的yum源文件,将所有http更改为https,不改有的镜像下不下来
vim /etc/yum.repos.d/CentOS-Base.repo4. 更新现有镜像源
# 清除缓存:5. 更新yum
yum clean all
# 生成缓存
yum makecache
yum update6.补充:为yum配置代理,(可以不配置)
在/etc/yum.conf中添加:
proxy=http://192.168.2.56:8080
proxy_username=hanzhc
proxy_password=19920104Caishuang
参考:https://blog.csdn.net/Steven19920104/article/details/9316
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)