Results 1 to 2 of 2
folks i request to know how to add my installation cd or dvd as a package source in yum package manager. so that if a have lots of dependencies, they ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-04-2011 #1
adding an installation cd or dvd as a package source in yum
folks i request to know how to add my installation cd or dvd as a package source in yum package manager. so that if a have lots of dependencies, they can be found by the application its self not me. This is for post installation.
- 11-04-2011 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
create a file called /etc/yum.repos.d/dvd.repo and put in it something like:
then verify that you can see it with:Code:# Repo RPMS on DVD [dvd] name=DVD Repo for $releasever - $basearch baseurl=file:///media/DVD/$releasever/$basearch/ enabled=1 gpgcheck=0
Code:yum repolist


Reply With Quote
