CentOS Linux comes with CentOS-Media.repo which is used to mount the default locations for a CDROM / DVD on CentOS-5.*. You can use this repo and yum to install items directly off the DVD ISO that we release.
Open /etc/yum.repos.d/CentOS-Media.repo file, enter:
# vi /etc/yum.repos.d/CentOS-Media.repo
Make sure enabled is set to 1:
enabled=1
Save and close the file. To use repo put your DVD and along with the other repos, enter:Make sure enabled is set to 1:
enabled=1
# yum --enablerepo=c5-media install pacakge-name
To only use the DVDmedia repo, do this:# yum --disablerepo=\* --enablerepo=c5-media install pacakge-name
OR use groupinstall command# yum --disablerepo=\* --enablerepo=c5-media groupinstall 'Virtualization'
No comments:
Post a Comment
tag ur valuable ideas below