Oracle Linux

From Ittichai Chammavanijakul's Wiki
Revision as of 18:56, 27 April 2012 by Ittichai (talk | contribs) (Created page with "== Setup Yum repository == * Reference - http://public-yum.oracle.com/ <pre> Oracle Linux 6 # cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol6.repo </pre>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Setup Yum repository

Oracle Linux 6

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

  • Install package, for example, gcc.
# yum install gcc