博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
变更RHEL(Red Hat Enterprise Linux 5.8)更新源使之自动更新
阅读量:7046 次
发布时间:2019-06-28

本文共 797 字,大约阅读时间需要 2 分钟。

HP 4411s Install Red Hat Enterprise Linux 5.8)
pick up from http://blog.chinaunix.net/uid-423637-id-3387338.html
cd /etc/yum.repos.d/
cp rhel-debuginfo.repo rhel-debuginfo.repo.bk
gedit rhel-debuginfo.repo
        [base]
        name=Red Hat Enterprise Linux 5.8 -Base
        baseurl=http://mirrors.163.com/centos/5/os/$basearch/
        gpgcheck=1
        [update]
        name=Red Hat Enterprise Linux 5.8 -Updates
        baseurl=http://mirrors.163.com/centos/5/updates/$basearch/
        gpgcheck=1
        [extras]
        name=Red Hat Enterprise Linux 5.8 -Extras
        baseurl=http://mirrors.163.com/centos/5/extras/$basearch/
        gpgcheck=1
        [addons]
        name=Red Hat Enterprise Linux 5.8 -Addons
        baseurl=http://mirrors.163.com/centos/5/addons/$basearch/
        gpgcheck=1
cd /etc/pki/rpm-gpg
wget http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-5
rpm -import /etc/pki/rpm-gpg/RPM-GPG-KEY*

转载地址:http://gczol.baihongyu.com/

你可能感兴趣的文章
2013年4月IT技术行业网站综合影响力排名
查看>>
Magento session机制的分析与应用
查看>>
linux 服务器长ping 加时间戳;转
查看>>
http与https的区别
查看>>
一些可以查询IP地理位置、身份证所在地、手机归属地的接口
查看>>
鼠标滚动插件smoovejs和wowjs
查看>>
我的友情链接
查看>>
javascript学习记录-数组(8)-完结 2014/02/26
查看>>
读取通讯录联系人
查看>>
ssh三大框架简单整合,struts2整合JasperReport报表、图表,解决HTML显示图片不出来,PDF中文不显示的问题...
查看>>
XML基础知识
查看>>
telnet: Unable to connect to remote host: No route to host处理过程
查看>>
我的友情链接
查看>>
单元测试Struts2的Action(包含源码)
查看>>
简要总结最近遇到的5个问题
查看>>
我的友情链接
查看>>
高校专业机房使用VMware Player解决方案
查看>>
我的友情链接
查看>>
Centos Development Tools 安装
查看>>
1.1.2 C++发展历程
查看>>