installing packages without sudo access
Posted
by whitman
on Super User
See other posts from Super User
or by whitman
Published on 2010-01-26T21:10:15Z
Indexed on
2010/06/07
16:33 UTC
Read the original article
Hit count: 238
Is there an easy way to install packages with a large dependency tree, provided that you don't have superuser access? For instance, say I wanted to install firefox. Firefox has a ton of dependencies, each of which have their own dependencies, etc. Installing these the "./configure; make; make install" way would take forever.
Is there an option I can give apt-get to make it install in a personal directory? Or is there a way to hack it to do all the heavy lifting for me?
© Super User or respective owner