2019-04-08 23:22:26 +08:00

11 lines
488 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="rpmdb">rpmdb</h1>
<p>初始化和重建RPM数据库</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>rpmdb命令</strong> 用于初始化和重建rpm数据库。</p>
<h3 id="语法">语法</h3>
<pre><code>rpmdb(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>--initdb初始化RPM数据库
--rebuilddb从已安装的包头文件反向重建RPM数据库。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->