<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Skynet

    ---------- ---------- 我的新 blog : liukaiyi.cublog.cn ---------- ----------

      BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
      112 Posts :: 1 Stories :: 49 Comments :: 0 Trackbacks

    轉(zhuǎn):http://www.cnblogs.com/yisohoo/articles/1423940.html

    我這使用 cu 論壇 下的 rhel-5.1-server-i386-dvd.iso 安裝配置 

    以前用fedora配置yum很方便,可是來到RHLE就不是那么順手了,如果不做如下設(shè)置,經(jīng)常出現(xiàn)不能通過yum安裝軟件的情況,下面是詳細配置(網(wǎng)上找的)


    首先,rhel5系統(tǒng)安裝的時候其實已經(jīng)有yum了,只是因為如果用官方的網(wǎng)站更新的話除非你是用錢買的rhel5.否則它會提示注冊之類的。所以只要把 yum的更新地址改成開源的就行了。而限定yum更新地址的文件在/etc/yum.repos.d/里。先把它們改成備份文件,即在后面加.bak。
    [root@killgoogle ~]# mv /etc/yum.repos.d/rhel-debuginfo.repo /etc/yum.repos.d/rhel-debuginfo.repo.bak
    [root@killgoogle ~]# mv /etc/yum.repos.d/rpmforge.repo.rpmnew /etc/yum.repos.d/rpmforge.repo.rpmnew.bak



    建立新的配置文件:
    [root@killgoogle ~]# cd /etc/yum.repos.d
    [root@killgoogle ~]# touch rhel-debuginfo.repo
    [root@killgoogle ~]# touch mirrors-rpmforge
    [root@killgoogle ~]# touch rpmforge.repo



    往新的配置文件寫東西:
    [root@killgoogle ~]#vi rhel-debuginfo.repo
    [base]
    name=CentOS-5 - Base
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch&
    repo=os
    #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
    baseurl=http://ftp.sjtu.edu.cn/centos/5/os/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

    #released updates
    [update]
    name=CentOS-5 - Updates
    #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=updates
    baseurl=http://ftp.sjtu.edu.cn/centos/5/updates/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

    #packages used/produced in the build but not released
    [addons]
    name=CentOS-5 - Addons
    #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=addons

    baseurl=http://ftp.sjtu.edu.cn/centos/5/addons/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

    #additional packages that may be useful
    [extras]
    name=CentOS-5 - Extras
    #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=extras

    baseurl=http://ftp.sjtu.edu.cn/centos/5/extras/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

    #additional packages that extend functionality of existing packages
    [centosplus]
    name=CentOS-5 - Plus
    #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=centosplus
    baseurl=http://ftp.sjtu.edu.cn/centos/5/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

    #contrib - packages by Centos Users
    [contrib]
    name=CentOS-5 - Contrib
    #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=contrib
    baseurl=http://ftp.sjtu.edu.cn/centos/5/contrib/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

    # vi dag.repo
    [dag]
    name=Dag RPM Repository for RHEL5
    baseurl=http://ftp.riken.jp/Linux/dag/redhat/el5/en/$basearch/dag/
    enabled=1
    gpgcheck=1
    gpgkey=http://ftp.riken.jp/Linux/dag/packages/RPM-GPG-KEY.dag.txt




    修改第二個配置文件:
    [root@killgoogle ~]vi mirrors-rpmforge
    http://apt.sw.be/redhat/el5/en/$ARCH/dag
    http://archive.cs.uu.nl/mirror/dag.wieers/redhat/el5/en/$ARCH/dag
    http://ftp2.lcpe.uni-sofia.bg/freshrpms/pub/dag/redhat/el5/en/$ARCH/dag
    #http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/el5/en/$ARCH/dag
    http://ftp-stud.fht-esslingen.de/dag/redhat/el5/en/$ARCH/dag
    http://mirror.cpsc.ucalgary.ca/mirror/dag/redhat/el5/en/$ARCH/dag
    http://mirrors.ircam.fr/pub/dag/redhat/el5/en/$ARCH/dag
    http://rh-mirror.linux.iastate.edu/pub/dag/redhat/el5/en/$ARCH/dag
    http://rpmfind.net/linux/dag/redhat/el5/en/$ARCH/dag
    http://wftp.tu-chemnitz.de/pub/linux/dag/redhat/el5/en/$ARCH/dag
    http://www.mirrorservice.org/sites/apt.sw.be/redhat/el5/en/$ARCH/dag





    修改第三個配置文件:
    [root@killgoogle ~]# vi rpmforge.repo
    # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
    # URL: http://rpmforge.net/
    [rpmforge]
    name = Red Hat Enterprise $releasever - RPMforge.net - dag
    #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
    mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
    #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
    enabled = 1
    protect = 0
    gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
    gpgcheck = 1


    下面有2種方法:

    這種我嘗試過,在服務(wù)器上已搭建好 yum 

    參考 : http://www.linuxdiyf.com/viewarticle.php?id=70630

       這里注意 

       vi /etc/yum.conf 
        加上這么一句:timeout=120 

    和 CentOS-Base.repo 文件中的 5.0 都修改為 5.2 就可以了


    方法2 :


    如果風速慢的話可以通過增加yum的超時時間,這樣就不會總是因為超時而退出。
    [root@killgoogle ~]vi /etc/yum.conf
    加上這么一句:timeout=120
    到這里配置差不多就完了。還有一個包需要安裝:rpmforge-release-0.3.6-1.el5.rf.i386.rpm
    如果不安裝的話有可能會出現(xiàn)以下錯誤:GPG key retrieval failed: [Errno 5] OSError: [Errno 2] 沒有那個文件或目錄: '/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag'
    http://rpmfind.net/linux/RPM/找到這個包,然后
    [root@killgoogle ~]rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm

    #我這安裝地址
    #wget ftp://rpmfind.net/linux/dag/redhat/el5/en/i386/dag/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
    接下來就是輸入KEY了。
    [root@killgoogle ~] rpm --import http://mirror.be10.com/centos/RPM-GPG-KEY-CentOS-5

        如果不行請使用:  rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

         謝謝 三樓,我這有時間 核實下 告訴大家 。

    這樣基本上yum就可以用了。不過如果覺得不爽的話還可以優(yōu)化:
    加速yum
    [root@killgoogle ~]yum install yum-fastestmirror yum-presto
    指定或去掉軟件源的mirror:
    可以在baseurl中將比較慢的mirror去掉
    你的yum鏡像的速度測試記錄文件:
    /var/cache/yum/timedhosts.txt
    yum Existing lock 錯誤的解決辦法
    如果系統(tǒng)啟動的時候, yum 出現(xiàn)Existing lock /var/run/yum.pid: another copy is running as pid 3380. Aborting. 可以用下面的辦法解決:
    [root@killgoogle ~]/etc/init.d/yum-updatesd stop
    也可以用以下方法:
    [root@killgoogle ~]rm -f /var/run/yum.pid
    主要原因就是yum在自動更新只要關(guān)掉它就可以了

    完了。現(xiàn)在就可以測試能不能用了哦:
    [root@killgoogle ~]yum install mplayer
    這是安裝mplayer如果要刪除則是:
    [root@killgoogle ~]yum remove mplayer





    整理 m.tkk7.com/Good-Game
    posted on 2009-04-29 14:28 劉凱毅 閱讀(10656) 評論(5)  編輯  收藏 所屬分類: linux 工具/命令

    Feedback

    # re: RedHat Linux Enterprise 5 yum 配置(轉(zhuǎn)) 2009-05-05 17:15 xuran
    rpm --import http://mirror.be10.com/centos/RPM-GPG-KEY-CentOS-5
    運行不成功,error:http://mirror.be10.com/centos/RPM-GPG-KEY-CentOS-5: import read failed(-1).怎么解決呢?
      回復  更多評論
      

    # re: RedHat Linux Enterprise 5 yum 配置(轉(zhuǎn)) 2009-05-06 09:51 劉凱毅
    @xuran
    實在不好意思我這,也沒成功!
    有強人 搞定的 喊一聲啊  回復  更多評論
      

    # re: RedHat Linux Enterprise 5 yum 配置(轉(zhuǎn)) 2009-05-13 15:00 xuran
    導入key那句改為:
    rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5  回復  更多評論
      

    # re: RedHat Linux Enterprise 5 yum 配置(轉(zhuǎn)) 2009-12-30 12:01 wwl
    我rpm -import第二條成功了!
    謝謝lz  回復  更多評論
      

    # re: RedHat Linux Enterprise 5 yum 配置(轉(zhuǎn)) 2010-05-06 14:05 tek-life
    http://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-5  回復  更多評論
      

    主站蜘蛛池模板: 丁香花免费完整高清观看| 一级毛片免费毛片毛片| 亚洲精品国精品久久99热一| 中文字幕免费在线看电影大全| 色婷婷亚洲十月十月色天| 日韩a级毛片免费视频| 国产成人精品亚洲日本在线| 亚洲M码 欧洲S码SSS222| 日本一卡精品视频免费| 国产亚洲精品成人久久网站| 国产亚洲精品一品区99热| 在线精品免费视频| 国产色爽免费无码视频| 性xxxx黑人与亚洲| 国产精品亚洲精品日韩已满| 在线免费视频一区| 国产激情免费视频在线观看| 在线观看亚洲电影| 亚洲国产精品人久久电影| 中文字幕亚洲日本岛国片| 久久精品成人免费国产片小草| 亚洲性一级理论片在线观看| 亚洲国产精品自在拍在线播放 | 日韩内射激情视频在线播放免费| 亚洲男人的天堂网站| 久久亚洲AV无码精品色午夜麻| 免费成人午夜视频| 国产特黄一级一片免费| 久久亚洲国产成人影院| 亚洲高清在线观看| 亚洲精品无码av天堂| 成人黄动漫画免费网站视频| 91老湿机福利免费体验| 国产JIZZ中国JIZZ免费看| 国产亚洲精久久久久久无码| 国产精品黄页在线播放免费| 免费人成在线观看69式小视频| 无码少妇精品一区二区免费动态 | 亚洲一区精品无码| 国产午夜无码视频免费网站| 美女被cao免费看在线看网站|