将Centos的yum源更换为国内的阿里云源
阿里云Linux安装软件镜像源
阿里云是最近新出的一个镜像源。得益与阿里云的高速发展,这么大的需求,肯定会推出自己的镜像源。
阿里云Linux安装镜像源地址:http://mirrors.aliyun.com/
CentOS系统更换软件安装源
第一步:备份你的原镜像文件,以免出错后可以恢复。
mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup
第二步:下载新的CentOS-Base.repo到/etc/yum.repos.d/
CentOS5
wget-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
CentOS7
wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo
第三步:运行yummakecache生成缓存
yumcleanall
yummakecache
下面是示例操作:
[[email protected]]#wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo
--2016-11-1620:13:26--http://mirrors.aliyun.com/repo/Centos-7.repo
Resolvingmirrors.aliyun.com(mirrors.aliyun.com)...112.124.140.210,115.28.122.210
Connectingtomirrors.aliyun.com(mirrors.aliyun.com)|112.124.140.210|:80...connected.
HTTPrequestsent,awaitingresponse...200OK
Length:2573(2.5K)[application/octet-stream]
Savingto:‘/etc/yum.repos.d/CentOS-Base.repo’
100%[=============================================================================================>]2,573--.-K/sin0s
2016-11-1620:13:26(10.9MB/s)-‘/etc/yum.repos.d/CentOS-Base.repo’saved[2573/2573]
[[email protected]]#ll
total32
-rw-r--r--.1rootroot25735月152015CentOS-Base.repo
-rw-r--r--.1rootroot166412月92015CentOS-Base.repo.bak
-rw-r--r--.1rootroot130912月92015CentOS-CR.repo
-rw-r--r--.1rootroot64912月92015CentOS-Debuginfo.repo
-rw-r--r--.1rootroot29012月92015CentOS-fasttrack.repo
-rw-r--r--.1rootroot63012月92015CentOS-Media.repo
-rw-r--r--.1rootroot133112月92015CentOS-Sources.repo
-rw-r--r--.1rootroot195212月92015CentOS-Vault.repo
[[email protected]]#yumcleanall
Loadedplugins:fastestmirror,langpacks
Cleaningrepos:baseextrasupdates
Cleaningupeverything
Cleaninguplistoffastestmirrors
[[email protected]]#yummakecache
Loadedplugins:fastestmirror,langpacks