阿里云Linux安装软件镜像源


CentOS系统更换软件安装源

第一步:备份原镜像文件,以免出错后可以恢复。

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

第二步:下载新的CentOS-Base.repo 到/etc/yum.repos.d/

CentOS 5

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

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

第三步:运行yum makecache生成缓存

yum makecache

更改后
[root@xinsz63 yum.repos.d]# ls
CentOS-Base.repo


上一篇:centos6 无法使用yum命令


下一篇:centos7下解决yum install mysql-server