Heim >Datenbank >MySQL-Tutorial >Oracle Linux yum setup

Oracle Linux yum setup

WBOY
WBOYOriginal
2016-06-07 17:09:551106Durchsuche

今天下载了Oracle Linux 6.1,在虚拟机上安装起来,准备用它安装ORACLE 11G R2 (11.2.0.3)突然发现yum不能使用,网上找了下,在http:

今天下载了Oracle Linux 6.1,在虚拟机上安装起来,准备用它安装ORACLE 11G R2 (11.2.0.3)

突然发现yum不能使用,网上找了下,在  网站找到SETUP文档.


Getting Started

  • Download and Install Oracle Linux
  • 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 Oracle Linux 5# cd /etc/yum.repos.d # wget Oracle Linux 6# cd /etc/yum.repos.d # wget Oracle VM 2# cd /etc/yum.repos.d # wget
  • 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
  • Begin using yum, for example:

    yum list

    yum install firefox

  • linux

    Stellungnahme:
    Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
    Vorheriger Artikel:MySQL 5.5 for Linux 安装Nächster Artikel:MySQL my.cnf 配置文件注释