On Thu, 5 Jan 2012, Ljubomir Ljubojevic wrote:
This can be avoided using "yum localinstall <package-filename>" from the location where that package is, instead of "rpm -ivh <package-filename>".
AFAIK localinstall is the same as install now, so you can just use:
yum install <package-filename>
jh