【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

posted on 2019-03-15 15:19  yesuuu  阅读(1541)  评论(0编辑  收藏  举报

导航