This commit is contained in:
fofolee
2019-04-08 23:22:26 +08:00
commit 7ca94f1141
5960 changed files with 530244 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<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>dpkg-trigger(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>--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/ -->