how-install-soft-in-server-without-permission
apt-get source PACKAGE
./configure --prefix=$HOME/myapps
make
make install
Point
- prefix must in the directory of you own
- PACKAGE is the source of your package.
apt-get source PACKAGE
./configure --prefix=$HOME/myapps
make
make install