I would like to know if there is any way that I can make apt-get to install packages in a directory other than /usr/bin. Say I want apt-get to install all the packages from now on to /software. Its this possible in anyway ? I want something to work like --prefix option that we use while compiling source.
Thanks