how-install-soft-in-server-without-permission

11 Mar 2019

apt-get source PACKAGE
./configure --prefix=$HOME/myapps
make
make install

Point