Local YUM configuration step by step | 7Hills

YUM stands for Yellowdog Updater Modified, Used for Manage packages like installing, updating, and deleting packages in simple way, we can configure yum in three multiples types, here we are going to learn local yum configuration only.

Require locally ISO file in your system to complete local yum configuration. 

Fellow bellow steps to install local yum configuration.

Use below command to install httpd service

Yum install httpd

Use below command to create directory

# mkdir -p  /mnt/disc

Use mount command for mount /dev/sr0 device(/dev/sr0 is CDROM disk )

before executing below command check disk inserted CDROM or not, if your using VMWare, you should browse ISO file into disk drive. 

# mount /dev/sr0  /mnt/disc