Hi
I found yum-downloadonly and executed my command do that and save the dependencies in my current directory.
Now when I execute my command: rpm -i mypackage
all the dependencies are not found even though they are in the current directory.
if I do a "yum install mypackage" (and its in the current directory) its not found either.
How do I now install the mypackage in the current directory and look for all dependencies in the current directory?
Thanks,
Jerry