How to setup a public YUM server for Oracle RPMs

It is very useful to install this public YUM server in our Oracle installations, either if they are Enterprise Linux, RedHat or just use RPMs.

This is an example for Enterprise Linux 5:

# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-el5.repo

Open the yum configuration file in a text editor:
vi public-yum-el5.repo
Change enabled=0 to enabled=1 from the repository you need.

Go to http://public-yum.oracle.com/ for complete instructions on other Linux versions.

Now we can try it!
yum list
yum install firefox

Advertisement
This entry was posted in Linux/Unix, Oracle Server and tagged , , , , , , . Bookmark the permalink.

2 Responses to How to setup a public YUM server for Oracle RPMs

  1. Pingback: How to install ASMLIB from Oracle’s public YUM | Oracle Examples

  2. Phil says:

    Thankyou for posting this :)

    Really helped me out.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s