You have an iso file called /iso/distro.iso.
1. mkdir /software
2. mount -o loop /iso/distro.iso /software
3. vi /etc/yum.conf
(add to end of file)
[localrepo]
name=Local Repo
baseurl=file:///software
enabled=1
yum install telnet
You have an iso file called /iso/distro.iso.
1. mkdir /software
2. mount -o loop /iso/distro.iso /software
3. vi /etc/yum.conf
(add to end of file)
[localrepo]
name=Local Repo
baseurl=file:///software
enabled=1
yum install telnet