I am working on a Linux system where I do not have root privileges. It lacks svn and some other packages, so I thought I would install them in my home directory. However, installing them from source (for those whose binaries are not readily available) is quite painful because of the dependencies.
Is there a way I can use the package manager (zypper in this case, since its a Suse system) to install packages in my home dir? Since they take care of dependency resolution, it would be a bliss. If not, then I shall contact the sysadmin, but am curious why you can't run package managers on your ${HOME}.
fakeroottool andzypper's chroot abilities, but .. it'd be a pretty big hack.) – sarnold Feb 2 at 2:11