oracle linux yum setup

edwardking888發表於2011-11-07
今天下載了 

Oracle Linux 6.1

在虛擬機器上安裝起來,準備用它安裝ORACLE 11G R2 (11.2.0.3)
突然發現yum不能使用,網上找了下,在http://public-yum.oracle.com/  網站找到SETUP文件.

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 4, Update 6 or Newer

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

    Oracle Linux 5

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

    Oracle Linux 6

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

    Oracle VM 2

    # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-ovm2.repo
    
  3. 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
  4. Begin using yum, for example:

    yum list

    yum install firefox


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-710366/,如需轉載,請註明出處,否則將追究法律責任。

相關文章