• 欢迎访问极客公园网站,WordPress信息,WordPress教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站,欢迎加入极客公园 QQ群
  • Git主题现已支持滚动公告栏功能,兼容其他浏览器,看到的就是咯,在后台最新消息那里用li标签添加即可。
  • 最新版Git主题已支持说说碎语功能,可像添加文章一样直接添加说说,新建说说页面即可,最后重新保存固定连接,演示地址
  • 百度口碑求点赞啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊http://koubei.baidu.com/s/gitcafe.net
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏极客公园吧

(总结)Oracle Linux Server 6.3可以免费使用官方yum更新源

未分类 博客教主 12年前 (2012-07-15) 7905次浏览 2个评论

PS:昨天安装了Oracle Linux Server 6.3做测试,发现默认就可以使用yum在线安装和更新了。之前5.x的时候记得是不可以的。oracle也搞了个Yum Server,这个发行版就是红帽的RHEL的重编译版,跟CentOS类似。特点是其有为oracle数据库和中间件产品优化的Unbreakable内核。官方说其跑oracle数据库性能会比RHEL原版提高75%,这个本人有所保留,不评论。

Oracle Yum Server设置如下:

Introduction

The Oracle public yum server offers a free and convenient way to install the latest Oracle Linux packages as well as packages from the Oracle VM installation media via a yum client.

You can download the full Oracle Linux and Oracle VM installation media via edelivery.oracle.com/linux. To stay current on errata updates, you may wish to subscribe to the Oracle Linux errata mailing list.

This yum server is offered without support of any kind. If you require support, please consider purchasing Oracle Linux Support via the online store, or via your sales representative.

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 listyum install firefox

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

by http://public-yum.oracle.com/

Oracle Linux有两种内核:兼容Red Hat Enterprise Linux的内核(使用RHEL源代码编译)和Oracle自己的Unbreakable Enterprise内核。Oracle声明Unbreakable Enterprise内核兼容RHEL,Oracle中间件和经过RHEL认证的第三方应用程序可以不经过修改的在Unbreakable Enterprise内核上运行。


极客公园 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:(总结)Oracle Linux Server 6.3可以免费使用官方yum更新源
喜欢 (0)

您必须 登录 才能发表评论!

(2)个小伙伴在吐槽
  1. 不错啊,那跟CentOS一样了。
    小马哥2012-07-29 22:42
  2. OL这回终于觉悟了,彻底免费,可以随便上了,好啊。 但OL本身就是No Value的怪胎,还是CentOS好。
    euroford2012-09-05 09:25