zoukankan      html  css  js  c++  java
  • redhat using publicyum

    Red Hat Enterprise Linux 4, Update 6 or Compatible

    # wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el4 -O /usr/share/rhn/RPM-GPG-KEY-oracle
    # gpg --quiet --with-fingerprint /usr/share/rhn/RPM-GPG-KEY-oracle
    pub  1024D/B38A8516 2006-09-05 Oracle OSS group (Open Source Software group) <build@oss.oracle.com>
         Key fingerprint = 1122 A29A B257 825F 322C  234E 2E2B CDBC B38A 8516
    sub  2048g/0042D4F4 2006-09-05 [expires: 2011-09-04]
    

    Red Hat Enterprise Linux 5 or Compatible

    # wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    # gpg --quiet --with-fingerprint /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    pub  1024D/1E5E0159 2007-05-18 Oracle OSS group (Open Source Software group) <build@oss.oracle.com>
          Key fingerprint = 99FD 2766 28EE DECB 5E5A  F5F8 66CE D3DE 1E5E 0159
    sub  1024g/D303656F 2007-05-18 [expires: 2015-05-16]      
    

    Red Hat Enterprise Linux 6 or Compatible

    # wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    pub  2048R/EC551F03 2010-07-01 Oracle OSS group (Open Source Software group) <build@oss.oracle.com>
          Key fingerprint = 4214 4123 FECF C55B 9086  313D 72F9 7B74 EC55 1F03
    # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-ol6.repo
    
     
  • 相关阅读:
    GLSL 变量属性
    php读取大文件的方法
    php 3种常见设计模式
    php类自动装载、链式操作、魔术方法
    统计文件中关键词出现的次数
    python先序、中序、后序排序
    Nginx缓存、压缩配置
    Ninx虚拟主机的配置
    python爬虫代码
    Nginx在安装过程经常出现的问题
  • 原文地址:https://www.cnblogs.com/zjty/p/6509929.html
Copyright © 2011-2022 走看看