Oracle linux

From KeegansWiki
Revision as of 07:20, 26 January 2011 by Keegan (talk | contribs) (Created page with '=Updating= For some reason Oracle Linux 5.5 doesn't come with any repos, so updating requires setting this up * Download Repo <pre># cd /etc/yum.repos.d # wget http://public-yum.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Updating

For some reason Oracle Linux 5.5 doesn't come with any repos, so updating requires setting this up

  • Download Repo
# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-el5.repo
  • Enable [el5_u5_base] and [ol5_u5_base] in this repo
  • yum install kernel
  • yum install oracle-linux

More info [here]