修改yum源为aliyun

前端之家收集整理的这篇文章主要介绍了修改yum源为aliyun前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

linux系统使用CentOS6.5

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/这个目录下
CentOS5
wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-5.repo
或者
curl-o/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-5.repo

CentOS6
wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo
或者
curl-o/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo

CentOS7
wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl-o/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo

3、运行yummakecache命令生成缓存
原文链接:https://www.f2er.com/bash/392397.html

猜你在找的Bash相关文章