uTools-Manuals/docs/linux/dpkg-trigger.html
2019-04-21 11:50:48 +08:00

16 lines
872 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="dpkg-trigger">dpkg-trigger</h1>
<p>Debian Linux下的软件包触发器</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>dpkg-trigger命令</strong> 是Debian Linux下的软件包触发器。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">dpkg-trigger(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">--check-supported检查运行的dpkg是否支持触发器返回值为0则支持触发器。
--help显示帮助信息
--admindir=&lt;目录&gt;设置dpkg数据库所在的目录
--no-act仅用于测试不执行任何操作
--by-package=&lt;软件包&gt;:覆盖触发器等待者。</code></pre>
<h3 id="参数">参数</h3>
<p>触发器名:指定触发器名称。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->