United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
Release found: Red Hat Enterprise Linux 5
Resolution:
In order to use yum to install or update packages from an iso file, follow the steps below: -
#mkdir -p /cdrom/iso
#mount -o loop <iso-name> /cdrom/isoReplace <iso-name> with the iso file.
#cd /cdrom #createrepo . #yum clean all
#cat /etc/yum.repos.d/file.repo [RHEL 5 Repository] baseurl=file:///cdrom enabled=1
Running yum should now work with the iso file as the source.