如何使用CentOS Repos更新Red Hat Enterprise Linux 5.4

前端之家收集整理的这篇文章主要介绍了如何使用CentOS Repos更新Red Hat Enterprise Linux 5.4前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我没有RHEL订阅,我想更新我的服务器.谁能告诉我如何使用CentOS Repos更新红帽企业 Linux 5.4?
好的,我想通了.我创建了一个文件CentOs.repo(/etc/yum.repos.d/CentOs.repo),其中包含以下内容
[CentOS-Base]
name=CentOS-Base
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=os
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

[CentOS-Updates]
name=CentOS-Updates
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=updates
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

[CentOS-Plus]
name=CentOS-Plus
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=centosplus
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
原文链接:https://www.f2er.com/centos/373755.html

猜你在找的CentOS相关文章