View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#38
Originally Posted by johnel View Post
Don't most package managers allow you to install to different folders?

RPM:
rpm --prefix=/home/chroot/ bind-chroot*.rpm

or use the --root command-line option to install *.deb to a different folder.
That's mostly meant for distribution installation or recovery (when your active root fs isn't the same as the root fs of the distribution you're maintaining). It isn't that great for instaliing a package to arbitrary locations and expecting it to work without lots of manual fiddling afterwards.

RPM also supports the notion of "relocatable packages" which can do what the OP wants (provided the packager spent a little bit of extra effort to make the packages relocatable), but that's not going to help until "real" MeeGo comes along at least.
 

The Following User Says Thank You to lma For This Useful Post: