标签:http os 使用 ar 文件 sp html ad linux
red hat linux是商业版软件,没有经过注册是无法使用红帽 yum源更新软件的,使用CentOS源更新操作如下:
1、删除red hat linux 原有的yum 源
rpm -aq | grep yum|xargs rpm -e --nodeps
2、下载CentOS yum 所需软件
yum-3.2.22-40.el5.centos.noarch.rpm
yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm
yum-metadata-parser-1.1.2-4.el5.i386.rpm
3、安装CentOS yum软件
# yum install yum-*
4、更改yum 源
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
vi CentOS6-Base-163.repo
把文件里面的$releasever全部替换为版本号6。
5、更新yum
# yum clean
# yum makeclean
# yum update
标签:http os 使用 ar 文件 sp html ad linux
原文地址:http://www.cnblogs.com/networking/p/4026066.html