【linux】linux无root权限安装包的一般流程

apt-get source PACKAGE_URL
或者
apt-get download PACKAGE
dpkg -x PACKAGE_DOWNLOAD
./configure --prefix=$HOME/myapps make make install
原文地址:https://www.cnblogs.com/yesuuu/p/10537297.html