Local yum repository from OEL 6.1 DVD
$ sudo mkdir /mnt/OEL6.1
$ sudo mount -o loopback -t iso9660 /dev/cdrom /mnt/OEL6.1
$ cd /etc/yum.repos.d
$ sudo nano OEL61.repo
[OEL61]
name = Oracle Enteprise Linux 6.1 x64 DVD
baseurl = file:///mnt/OEL6.1/Server/
gpgcheck = 0
enabled = 1
$ sudo yum clean all
Loaded plugins: refresh-packagekit
Cleaning repos: OEL61
Cleaning up Everything
$ sudo yum list installed
$ sudo yum list available
Test install:
$ sudo yum install alacarte
Posted on 07.07.2011, in Linux, PostgreSQL, etc. and tagged Linux. Bookmark the permalink. 1 Comment.
Public yum server for OEL 6
And here is an Oracle recipe to add public yum repository for OEL 6.1, with a minor twist if you’re behind a proxy server:
Edit: