rhel 使用 centos yum 源 实站

wget centos.ustc.edu.cn/CentOS-Base.repo.5
cp CentOS-Base.repo.5 /etc/yum.repos.d/CentOS-Base.repo
mv rhel-debuginfo.repo rhel-debuginfo.repo.bak
cp CentOS-Base.repo rhel-debuginfo.repo
vim rhel-debuginfo.repo
:%s/$releasever/5/g
yum clean all
在 update 之前
rpm -q yum-rhn-plugin

#rpm -e yum-rhn-plugin-0.5.3-6.el5 --nodeps
这步如果不做,会报错

Error: yum conflicts with yum-rhn-plugin < 0.5.3-30.el5

yum update

搞定

你可能感兴趣的:(centos,vim)