文件名称:checkinstall-1.6.2-CentOS_5.5.x86_64.rpm
文件大小:35KB
文件格式:RPM
更新时间:2014-04-08 14:48:06
checkinstall 1.6.2 CentOS x86_64 rpm
A lot of people has asked me how can they remove from their boxes a program they compiled and installed from source. Some times -very few- the program's author adds an uninstall rule to their Makefile, but that's not usually the case. This is my primary reason to write CheckInstall. After you ./configure; make your program, CheckInstall will run make install (or whatever you tell it to run) and keep track of every file modified by this installation, using the excelent installwatch utility written by Pancrazio 'Ezio' de Mauro (p@demauro.net).