Red Hat 4-5-6-7-8-9 使用在线Oracle 公共YUM

Posted CIAS

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Red Hat 4-5-6-7-8-9 使用在线Oracle 公共YUM相关的知识,希望对你有一定的参考价值。

如何使用public-yum将一个RHEL或RHEL兼容的系统转换为Oracle Linux

  • A: Download and verify the Oracle Linux GPG Key that best matches your RHEL-compatible release and then follow theGetting Started instructions.

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

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

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

Red Hat Enterprise Linux 7 or Compatible 

wget http://public-yum.oracle.com/RP

以上是关于Red Hat 4-5-6-7-8-9 使用在线Oracle 公共YUM的主要内容,如果未能解决你的问题,请参考以下文章

c++中如何将字符串类似于s="1 2 3 4 5 6 7 8 9"转换成整型数组a=1,2,3,4,5,6,7,8,9,

54. Spiral Matrix

[算法]数组的partition调整

如何在 Swift 中快速展平数组?

007---归并排序

排序算法——选择排序