2014-05-29

Oracle linux에서 yum 실행 시 ULN register 문제가 발생한다면

Oracle linux와 VM에 대해 public YUM server를 사용할 수 있도록 설명이 되어 있습니다.
http://public-yum.oracle.com

Getting Started

  1. Download and Install Oracle Linux
  2. Download and copy the appropriate yum configuration file in place, by running the following commands as root:

Oracle Linux 7

  1. # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-ol7.repo
    

Oracle Linux 6

  1. # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-ol6.repo
    

Oracle Linux 5

  1. # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-el5.repo
    

Oracle Linux 4, Update 6 or Newer

  1. # cd /etc/yum.repos.d
    # mv Oracle-Base.repo Oracle-Base.repo.disabled
    # wget http://public-yum.oracle.com/public-yum-el4.repo
    

Oracle VM 2

  1. # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-ovm2.repo
    

Oracle OpenStack for Oracle Linux

    # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-openstack-ol6.repo
    
  1. Enable the appropriate repository by editing the yum configuration file
    • Open the yum configuration file in a text editor
    • Locate the section in the file for the repository you plan to update from, e.g. [el4_u6_base]
    • Change enabled=0 to enabled=1
  2. Begin using yum, for example:
    yum list
    yum install firefox

댓글 1개: