删除原有的yum包 rpm -qa | grep yum|xargs rpm -e --nodeps 安装yum包 rpm -ivh http://mirrors.aliyun.com/centos/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm rpm -ivh rpm -ivh http://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm rpm -ivh http://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-3.2.29-69.el6.centos.noarch.rpm http://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-30.el6.noarch.rpm 注:52 后面的包两个包需要一起安装。 添加源 cd /etc/yum.repos.d/ rm -rf * wget -O /etc/yum.repos.d/rhel-source.repo http://mirrors.aliyun.com/repo/Centos-6.repo sed -i ‘s/\$releasever/6/g’ rhel-source.repo 清理yum缓存 yum clean all 将服务器上的软件包信息缓存到本地,以提高速度 yum makecache 测试安装
RHEL6.4-6.5修改yum源为aliyun
精选 转载ciscoxushaojie 博主文章分类:linux
文章标签 yum aliyun linux os 文章分类 运维
上一篇:nginx日志分割脚本
下一篇:shell获取Linux服务器I
-
配置yum源aliyun
http://mirrors.aliyun.com/
centos yum源 配置文件 -
Redhat6 配置本地yum源
Redhat6 配置本地yum源
Redhat6 配置本地yum源