用 checkinstall 替代 make install
Posted 9 months, 2 weeks ago at 11:32 am. 0 comments
ad 468x60
一般的编译过程如下
#./configure
#make
#make install
缺点有二:
1.没有卸载办法
2.下次(或者其它电脑)安装又需要编译
最后一步换成 checkinstall 可以生成 .deb,rpm等。比如
sudo checkinstall -D –install=no
-D 生成 .deb 文件
–install=no 编译后不要立刻安装
参考 用 checkinstall 替代 make install
可以用make uninstall
也可以用removepkg来卸载
Popularity: 15% [?]
Tags: deb, hp, install
ad 468x60
Related posts
No Replies
Feel free to leave a reply using the form below!