Hi,
I have a relocatable rpm that I would like to install into a different directory.
I have read that Yum doesn’t really support this and a solution with yum is to use
yum install XXX --downloadonly --downloaddir=/tmp
Then use rpm and --prefix
http://research.cs.wisc.edu/htcondor/yum/#relocatable
I was wondering if there was any way of doing this with the core yum module.
I appreciate that changing the install directory is not the best approach but I have customers with non-standard release directories.
My solution at the moment would be to use command and do things more manually for this pesky rpm.
Thanks
James