Satish Balay wrote:
I think that is stupid create a local mirror when with a simply rpm -ivh you resolve the problem in less time...The thing to do here is look for the .src.rpm - and and build it locally and create local yum repository for all such packages.
If not - you could do (with yum-2.1):
wget foo.rpm yum localinstall foo.rpm
At leat this will try to resolve the dependencies - and do the install.
Satish