There is an Red Hat EL06 server on which I need to "install" a package that is not part of the official repository. So far so good, I'd download the .rpm file manually, I'd satisfy the dependencies and I'd install. The problem is that I do not have access to root and the administrator does not install packages that are not official.
However, if I have a binary with execution permission in my home dir, I will be able to execute and my need will be met.
So I ask, is it possible to generate a directory containing all dependencies of libs + binary executable, starting from an RPM file? How do you do this?