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

15 lines
909 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="apt-key">apt-key</h1>
<p>管理Debian Linux系统中的软件包密钥</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>apt-key命令</strong> 用于管理Debian Linux系统中的软件包密钥。每个发布的deb包都是通过密钥认证的apt-key用来管理密钥。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">apt-key(参数)</code></pre>
<h3 id="参数">参数</h3>
<p>操作指令APT密钥操作指令。</p>
<h3 id="实例">实例</h3>
<pre><code class="language-bash">apt-key list #列出已保存在系统中key。
apt-key add keyname #把下载的key添加到本地trusted数据库中。
apt-key del keyname #从本地trusted数据库删除key。
apt-key update #更新本地trusted数据库删除过期没用的key。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->