centos yumソース


#バックアップ#mv/etc/yum.repos.d/CentOS-Base.repo{,.bak}#修正#vi/etc/yum.repos.d/CentOS-Base.repo
# CentOS-Base.repo   
  • #   
  • # The mirror system uses the connecting IP address of the client and the   
  • # update status of each mirror to pick mirrors that are updated to and   
  • # geographically close to the client. You should use this for CentOS updates   
  • # unless you are manually picking other mirrors.   
  • #   
  • # If the mirrorlist= does not work for you, as a fall back you can try the    
  • # remarked out baseurl= line instead.   
  • #   
  • #   
  •   
  • [base]   
  • name=CentOS-$releasever - Base   
  • #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os   
  • baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/  
  • gpgcheck=1  
  • gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6  
  •     
  • #released updates    
  • [updates]   
  • name=CentOS-$releasever - Updates   
  • #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates   
  • baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/  
  • gpgcheck=1  
  • gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6  
  •     
  • #additional packages that may be useful   
  • [extras]   
  • name=CentOS-$releasever - Extras   
  • #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras   
  • baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/  
  • gpgcheck=1  
  • gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6  
  •     
  • #additional packages that extend functionality of existing packages   
  • [centosplus]   
  • name=CentOS-$releasever - Plus   
  • #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus   
  • baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/  
  • gpgcheck=1  
  • enabled=0  
  • gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6  
  •     
  • #contrib - packages by Centos Users   
  • [contrib]   
  • name=CentOS-$releasever - Contrib   
  • #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib   
  • baseurl=http://mirrors.163.com/centos/$releasever/contrib/$basearch/  
  • gpgcheck=1  
  • enabled=0  
  • gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6  
  • 
    # CentOS-Base.repo
    #
    # The mirror system uses the connecting IP address of the client and the
    # update status of each mirror to pick mirrors that are updated to and
    # geographically close to the client. You should use this for CentOS updates
    # unless you are manually picking other mirrors.
    #
    # If the mirrorlist= does not work for you, as a fall back you can try the 
    # remarked out baseurl= line instead.
    #
    #
    
    [base]
    name=CentOS-$releasever - Base
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
    baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
     
    #released updates 
    [updates]
    name=CentOS-$releasever - Updates
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
     
    #additional packages that may be useful
    [extras]
    name=CentOS-$releasever - Extras
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
    baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
     
    #additional packages that extend functionality of existing packages
    [centosplus]
    name=CentOS-$releasever - Plus
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
    baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
     
    #contrib - packages by Centos Users
    [contrib]
    name=CentOS-$releasever - Contrib
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
    baseurl=http://mirrors.163.com/centos/$releasever/contrib/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

    #yum clean all#yum makecache#サーバ上のパッケージ情報をローカルにキャッシュし、インストールソフトウェアの検索速度を向上させる#yum install vim*#ドメイン名が使用可能かどうかをテスト
     
    添付:RPMforgeソースを追加
    1,download the rpmforge package:
    http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
    2,Install DAG's GPG key
    sudo rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
    エラーが発生した場合は、次のことを確認します.
    sudo rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm
    3,sudo rpm -i rpmforge-release-0.5.2-2.el6.rf.*.rpm
    4、やってみる:sudo yum install htop
     
    システムの更新を開始します.
    yum update