So I don't have root permissions but I've been installing packages to a local directory on my (CentOS) system and it works fine.
But I was wondering if I can do the same using yum
. The reason I want to use yum
is because I don't want to worry about dependencies and want yum
to take care of that for me.
Is there a way to do this?
yumdownloader
andrpm --relocate
. – sr_ Mar 08 '12 at 19:14yum localinstall
has a preview mode that can be used by non-privileged users as well. – Nils Mar 08 '12 at 21:25