How to Make A Local YUM Repo From the Installation DVD Media on Oracle Linux Enterprise 7 Server Easy Guide

June 28, 2014 | By the+gnu+linux+evangelist.

Setup a Local Yum Repo from DVD on Oracle Linux

Hi! The Tutorial shows you Step-by-Step How to Create a Working Local YUM Repository from the Installation Media DVD on Oracle Enterprise Linux 7.

The Procedure described is Especially Useful for the Oracle Linux Beta Releases and if you Do Not Dispose of Internet Connection.

How to Setup a Local Yum Repo from DVD on Oracle Linux - Featured
  1. Load the Oracle Enterprise Linux 7 Server Installation DVD.

  2. Mounting DVD from Command Line.

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    mkdir /mnt/dvd
    mount -t iso9660 /dev/cdrom /mnt/dvd
  3. Copying DVD Contents.

    mkdir -p /var/OSimage/OL7b_x8664
    cp -r /mnt/dvd/* /var/OSimage/OL7b_x8664/
  4. How to Install Google-Chrome Web Browser on Oracle Linux

    Install Chrome for Oracle-Linux
  5. Making the YUM repo.

    vi /etc/yum.repos.d/OL7b.repo

    Hit the ‘i’ Key and Append:

    [OL7b]
    name=Oracle Enterprise Linux 7 Beta x8664
    baseurl=file:///var/OSimage/OL7b_x8664
    gpgkey=file:///var/OSimage/OL7b_x8664/RPM-GPG-KEY
    gpgcheck=1/nenabled=1 
    

    Hit the ‘Esc’ Key and then Enter ‘:wq’ to Write and Quit from Vi Editor :)

  6. How to Install the Latest Firefox on Oracle Linux:

    Install the Latest Firefox for Oracle Linux
  7. Enabling the Local YUM repo.

    yum clean all
    yum repolist
    exit
  8. How to Install Evernote on Oracle Enterprise Linux

    Install Evernote Clone for Oracle-Linux

QuickChic Theme • Powered by WordPress