此方法在CentOS6.X版本上测试,其他版本下载对应的版本yum源。
#配置之前记得备份好原本的yum文件,避免配置错误难以找回#
网易64位 centos6 yum源
http://mirrors.163.com/.help/CentOS6-Base-163.repo
切换到/etc/yum.repos.d/目录下并查看:
[[email protected] ~]$ cd /etc/yum.repos.d/
[[email protected] yum.repos.d]# ll
总用量 24
-rw-r--r--. 1 root root 1991 8月 4 00:13 CentOS-Base.repo
-rw-r--r--. 1 root root 647 8月 4 00:13 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 289 8月 4 00:13 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 630 8月 4 00:13 CentOS-Media.repo
-rw-r--r--. 1 root root 6259 8月 4 00:13 CentOS-Vault.repo
备份本地yum源:
[[email protected] yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.ori
[[email protected] yum.repos.d]# ll
总用量 28
-rw-r--r--. 1 root root 2006 9月 18 2014 CentOS6-Base-163.repo
-rw-r--r--. 1 root root 1991 8月 4 00:13 CentOS-Base.repo.ori
-rw-r--r--. 1 root root 647 8月 4 00:13 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 289 8月 4 00:13 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 630 8月 4 00:13 CentOS-Media.repo
-rw-r--r--. 1 root root 6259 8月 4 00:13 CentOS-Vault.repo
用wget命令在网易下载64位 centos6 yum源并查看结果:
[[email protected] yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
--2016-01-19 04:21:35-- http://mirrors.163.com/.help/CentOS6-Base-163.repo
正在解析主机 mirrors.163.com... 123.58.173.186, 123.58.173.185
正在连接 mirrors.163.com|123.58.173.186|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2006 (2.0K) [application/octet-stream]
正在保存至: “CentOS6-Base-163.repo”
100%[======================================>] 2,006 --.-K/s in 0s
2016-01-19 04:21:35 (160 MB/s) - 已保存 “CentOS6-Base-163.repo” [2006/2006])
[[email protected] yum.repos.d]# ll
总用量 28
-rw-r--r--. 1 root root 2006 9月 18 2014 CentOS6-Base-163.repo
-rw-r--r--. 1 root root 1991 8月 4 00:13 CentOS-Base.repo.ori
-rw-r--r--. 1 root root 647 8月 4 00:13 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 289 8月 4 00:13 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 630 8月 4 00:13 CentOS-Media.repo
-rw-r--r--. 1 root root 6259 8月 4 00:13 CentOS-Vault.repo
修改本地yum源镜像:
[[email protected] yum.repos.d]# mv CentOS6-Base-163.repo CentOS-Base.repo
[[email protected] yum.repos.d]# ll
总用量 28
-rw-r--r--. 1 root root 2006 9月 18 2014 CentOS-Base.repo #修改后的网易yum源镜像
-rw-r--r--. 1 root root 1991 8月 4 00:13 CentOS-Base.repo.ori #原国外Centos官网镜像
-rw-r--r--. 1 root root 647 8月 4 00:13 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 289 8月 4 00:13 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 630 8月 4 00:13 CentOS-Media.repo
-rw-r--r--. 1 root root 6259 8月 4 00:13 CentOS-Vault.repo
导入KEY,并将软件升级:
[[email protected] yum.repos.d]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
[[email protected] yum.repos.d]# yum upgrade
查看安装好的包组:
[[email protected] yum.repos.d]# yum grouplist