【linux】linux无root权限安装包的一般流程
参考博客:https://blog.csdn.net/qq_35091353/article/details/115554298
首先下载package
apt source package
#apt-get source PACKAGE_URL
#或者
#apt-get download PACKAGE
#dpkg -x PACKAGE_DOWNLOAD
./configure --prefix=$HOME/myapps
make
make install