Difference between revisions of "Oracle Linux"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(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>...")
 
m (moved Yum to Oracle Linux)
(No difference)

Revision as of 19:07, 27 April 2012

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