个人工具

“UbuntuHelp:Forum/software/CheckInstall”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的1个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:forum/software/CheckInstall}}
 
{{Languages|UbuntuHelp:forum/software/CheckInstall}}
 
[[UbuntuHelp:CheckInstall|CheckInstall]] keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution.
 
[[UbuntuHelp:CheckInstall|CheckInstall]] keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution.
Install [[UbuntuHelp:CheckInstall|CheckInstall]]:-
+
Install CheckInstall:-
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install checkinstall
 
sudo apt-get install checkinstall
第14行: 第14行:
 
</nowiki></pre>
 
</nowiki></pre>
 
----
 
----
[[category:CategoryForum]] [[category:CategoryDocumentation]]
+
[[category:CategoryForum]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月12日 (二) 16:52的最新版本

CheckInstall keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution. Install CheckInstall:-

sudo apt-get install checkinstall

Usage: Instead of sudo make install you will use sudo checkinstall The installed package can then also easily be removed via synaptic or

sudo dpkg -r packagename