mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-08 23:14:06 +08:00
13 lines
700 B
HTML
13 lines
700 B
HTML
<h1 id="apt-sortpkgs">apt-sortpkgs</h1>
|
||
<p>Debian Linux下对软件包索引文件进行排序的工具</p>
|
||
<h2 id="补充说明">补充说明</h2>
|
||
<p><strong>apt-sortpkgs命令</strong> 是Debian Linux下对软件包索引文件进行排序的简单工具。</p>
|
||
<h3 id="语法">语法</h3>
|
||
<pre><code class="language-bash">apt-sortpkgs(选项)(参数)</code></pre>
|
||
<h3 id="选项">选项</h3>
|
||
<pre><code class="language-bash">-s:使用源索引字段排序;
|
||
-h:显示帮助信息。</code></pre>
|
||
<h3 id="参数">参数</h3>
|
||
<p>文件:指定要排序的包含debian包信息的索引文件。</p>
|
||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|