特殊:Badtitle/NS100:Forum/software/CheckInstall:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/forum/software/CheckInstall}} {{Languages|UbuntuHelp:forum/software/CheckInstall}} CheckInstall keeps track of all files installed by a "make inst...
 
Wikibot留言 | 贡献
无编辑摘要
第2行: 第2行:
{{Languages|UbuntuHelp:forum/software/CheckInstall}}
{{Languages|UbuntuHelp:forum/software/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.
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:-
Install CheckInstall:-
<pre><nowiki>
<pre><nowiki>
sudo apt-get install checkinstall
sudo apt-get install checkinstall
</nowiki></pre>
</nowiki></pre>
Usage:
Usage:
Instead of <code><nowiki>sudo make install</nowiki></code> you will use <code><nowiki>sudo checkinstall</nowiki></code>
Instead of <code><nowiki>sudo make install</nowiki></code> you will use <code><nowiki>sudo checkinstall</nowiki></code>
The installed package can then also easily be removed via <code><nowiki>synaptic</nowiki></code>
The installed package can then also easily be removed via <code><nowiki>synaptic</nowiki></code>
or
or

2007年11月30日 (五) 17:20的版本

{{#ifexist: :Forum/software/CheckInstall/zh | | {{#ifexist: Forum/software/CheckInstall/zh | | {{#ifeq: {{#titleparts:Forum/software/CheckInstall|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Forum/software/CheckInstall|1|-1|}} | zh | | }}

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