Linux之apt-get无sudo权限安装软件

apt-get source package
cd package
./configure --prefix=$HOME
make
make install
原文地址:https://www.cnblogs.com/huangshiyu13/p/5923607.html