Manually connecting to the Oracle Linux Yum Server

  1. Download and Install Oracle Linux

       Note: The Oracle Linux Yum Server is already configured on Oracle Linux 5 Update 7 and Oracle Linux 6 Update 3 and higher. No further configuration is necessary.

       Note:Linux for Sparc 1.0 ISOs are available at:

        https://oss.oracle.com/projects/linux-sparc/files/

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

  Oracle Linux 7

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/public-yum-ol7.repo

  Oracle Linux 6

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/public-yum-ol6.repo

  Oracle Linux 5

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/public-yum-el5.repo

  Oracle Linux 4, Update 6 or Newer

  # cd /etc/yum.repos.d

  # mv Oracle-Base.repo Oracle-Base.repo.disabled

  # wget http://yum.oracle.com/public-yum-el4.repo

  Oracle OpenStack for Oracle Linux 2.0

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/public-yum-ol7.repo

  # yum install yum-plugin-priorities

    Note: Make sure to enable ol7_optional_latest repository before installing yum-plugin-priorities on your system

  Oracle OpenStack for Oracle Linux 1.0

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/public-yum-openstack-ol6.repo

  Oracle VM 2

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/public-yum-ovm2.repo

  Linux for SPARC 1.0

  # cd /etc/yum.repos.d

  # wget http://yum.oracle.com/yum-linux-sparc64.repo

  3.By default, the latest repository is enabled. If you want to change the default, you can enable an alternative 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 want to enable, e.g. [el4_u6_base]
  • Change enabled=0 to enabled=1

  4.Begin using yum, for example:

  # yum list

  # yum install firefox

You may be prompted to confirm the import of the Oracle OSS Group GPG key  

Manually connecting to the Oracle Linux Yum Server的更多相关文章

  1. Quick and Easy Installation of Oracle Database 12c on Oracle Linux in Oracle VM VirtualBox

    发贴人 Sergio-Oracle 于2018-4-18 23:10:15在Oracle Linux Introduction How Does This Work? Requirements Bef ...

  2. Oracle Database 12c Preinstall Steps for Oracle Linux Simplified

    This post is a quick reminder that Oracle Linux includes a handy RPM to address pre-installation req ...

  3. 在Oracle Linux Server release 6.4下配置ocfs2文件系统

    ① 安装ocfs-tools-1.8 如果是使用RedHat Enterprise Linux 6.4,也可以安装ocfs-tools-1.8的,只是要插入Oracle Linux Server re ...

  4. mysql server advanced 5.6基于oracle linux 6.6的安装

    mysql 安装有两种,rpm安装和源码包安装,两种包都可以从www.mysql.com官网下载,这次我测试下rpm安装方式. 1.安装环境以及mysql版本: 1.1vcenter 虚拟机环境 1. ...

  5. Oracle linux 6.3 安装11g R2 RAC on vbox

    1 安装系统 Virtual box 4.3 Oracle linux 6.3 Oracle 11g r2 Make sure "Adapter 1" is enabled, se ...

  6. ORACLE LINUX 6.3 + ORACLE 11.2.0.3 RAC + VBOX安装文档

    ORACLE LINUX 6.3 + ORACLE 11.2.0.3 RAC + VBOX安装文档 2015-10-21 12:51 525人阅读 评论(0) 收藏 举报  分类: Oracle RA ...

  7. Oracle Linux(64位)安装64位Oracle10g遇到ins_ctx.mk问题

    在Oracle Linux Server Release 5.7上安装64位Oracle 10g 时,遇到如下问题: Error in invoking target 'install' of mak ...

  8. Oracle Linux 5.7安装VMware Tools的问题

    案例环境介绍:     虚拟机的版本:VMware® Workstation 8.0.3 build-703057    操作系统版本:Oracle Linux Server release 5.7 ...

  9. 最详细的Linux YUM命令使用教程

    YUM(Yellow dog Updater, Modified)为多个Linux发行版的前端软件包管理器,例如 Redhat RHEL, CentOS & Fedora.  YUM通过调用R ...

随机推荐

  1. 转自 z55250825 的几篇关于FFT的博文(二)

    题目大意:高精度乘法.     fft的实现貌似有很多种,咱先写的是一种递归的fft,应该算是比较快的了吧.参考了 Evil君 的代码,那个运算符重载看的咱P党泪流满面. (没想到P竟然有运算符重载咩 ...

  2. VM8下安装Mac OS X 10.7

    下载Mac OS X  10.7 安装包http://115.com/file/clj1iu8m#            下载HJMac http://115.com/file/cljyu1rh#   ...

  3. 深入理解c语言_从编译器的角度考虑问题_纪念Dennis Ritchie先生

    开源中国: Dennis Ritchie教授过世了,他发明了C语言,一个影响深远并彻底改变世界的计算机语言.一门经历40多年的到今天还长盛不训的语言,今天很多语言都受到C的影 响,C++,Java,C ...

  4. 在Sharepoint2010中发布VS2010开发的WebPart

    转:http://www.cnblogs.com/bfgl/archive/2012/03/22/2411698.html 本人接触Sharepoint2010到今天为止不到一个月.作为一名老C#程序 ...

  5. 面试准备--Spring(AOP)

    AOP:面向切面编程,在执行某个指令时,需要添加某个预编译的指令. 下面这个例子是来自网上的: 1.OOP回顾 在介绍AOP之前先来回顾一下大家都比较熟悉的OOP(Object Oriented Pr ...

  6. diamond专题(四)—— 容灾机制

    大家好,本次为大家带来diamond的容灾机制. diamond之所以表现的稳定可靠,除了架构简单之外,另一个重要原因是diamond具有一套完备的容灾机制,容灾机制涉及到client和server两 ...

  7. Datatable转换成List实体对象列表 几个实例

    一, /// <summary> /// 将Datatable转换为List集合 /// </summary> /// <typeparam name="T&q ...

  8. 韦东山yy公开课笔记(2)--汇编,段,栈,重定位/链接地址,位置无关吗

    1. 要不要学习汇编 可以只懂一点,工作中基本不用,一旦用就是出了大问题 ldr : load 读内存 ldr r0, [r1]  : r1里存放的是地址值, 去这个地址读取4字节的内容,存入r0 s ...

  9. oracle 创建索引思考(转)

    在Oracle数据库中,创建索引虽然比较简单.但是要合理的创建索引则比较困难了. 笔者认为,在创建索引时要做到三个适当,即在适当的表上.适当的列上创建适当数量的索引.虽然这可以通过一句话来概括优化的索 ...

  10. spring 的配置 bean>>property>>name属性

    <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.sp ...