参考博客: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
相关文章: