Setup a Public Yum Connection On Your Box:
- Open a browser with your new OS.
- Navigate to: http://public-yum.oracle.com/
- If you look at the page we can find the needed commands.
- Open a new Command prompt and enter the following commands:
- su
- Enter your password for the root user: "oracle"
- # cd /etc/yum.repos.d
- # wget http://public-yum.oracle.com/public-yum-ol6.repo
- # yum install oracle-linux
To install a new library use the following format:
# yum install <library name>