Markus Kesaromous wrote:
In instances when access to the net is not available, but the distro DVD is available. How can one get yum to resolve dependencies automagically from the Packages directory of the mounted DVD?
goto /etc/yum.repos.d/ and create a repo file. You can use another file like fedora.repo as your template. change the repo location to the mount point for the DVD. Something like file:///path/to/DVD/. Name your repo with something like localrepo. Then do,
$ yum --disablerepo=fedora,updates install <package> This should do it. :) PS: don't forget to put enabled=1 in the new repo file you create. -- Suvayu Open source is the future. It sets us free. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines