1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"no"?>
2 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
5 <!ENTITY % aptent SYSTEM
"apt.ent">
8 <!ENTITY % aptverbatiment SYSTEM
"apt-verbatim.ent">
17 <refentrytitle>apt-key
</refentrytitle>
18 <manvolnum>8</manvolnum>
19 <refmiscinfo class=
"manual">APT
</refmiscinfo>
22 <!-- Man page title -->
24 <refname>apt-key
</refname>
25 <refpurpose>APT key management utility
</refpurpose>
31 <command>apt-key
</command>
32 <arg><option>--keyring
<replaceable>filename
</replaceable></option></arg>
33 <arg><replaceable>command
</replaceable></arg>
34 <arg rep=
"repeat"><option><replaceable>arguments
</replaceable></option></arg>
38 <refsect1><title>Description
</title>
40 <command>apt-key
</command> is used to manage the list of keys used
41 by apt to authenticate packages. Packages which have been
42 authenticated using these keys will be considered trusted.
46 <refsect1><title>Commands
</title>
48 <varlistentry><term>add
<replaceable>filename
</replaceable></term>
52 Add a new key to the list of trusted keys. The key is read
53 from
<replaceable>filename
</replaceable>, or standard input if
54 <replaceable>filename
</replaceable> is
<literal>-
</literal>.
60 <varlistentry><term>del
<replaceable>keyid
</replaceable></term>
64 Remove a key from the list of trusted keys.
71 <varlistentry><term>export
<replaceable>keyid
</replaceable></term>
75 Output the key
<replaceable>keyid
</replaceable> to standard output.
82 <varlistentry><term>exportall
</term>
86 Output all trusted keys to standard output.
93 <varlistentry><term>list
</term>
104 <varlistentry><term>finger
</term>
108 List fingerprints of trusted keys.
115 <varlistentry><term>adv
</term>
119 Pass advanced options to gpg. With adv --recv-key you can download the
127 <varlistentry><term>update
</term>
131 Update the local keyring with the archive keyring and remove from
132 the local keyring the archive keys which are no longer valid.
133 The archive keyring is shipped in the
<literal>archive-keyring
</literal> package of your
134 distribution, e.g. the
<literal>debian-archive-keyring
</literal> package in Debian.
141 <varlistentry><term>net-update
</term>
145 Work similar to the
<command>update
</command> command above, but get the
146 archive keyring from an URI instead and validate it against a master key.
148 This requires an installed
&wget; and an APT build configured to have
149 a server to fetch from and a master keyring to validate.
151 APT in Debian does not support this command and relies on
152 <command>update
</command> instead, but Ubuntu's APT does.
161 <refsect1><title>Options
</title>
162 <para>Note that options need to be defined before the commands described in the previous section.
</para>
164 <varlistentry><term>--keyring
<replaceable>filename
</replaceable></term>
165 <listitem><para>With this option it is possible to specify a specific keyring
166 file the command should operate on. The default is that a command is executed
167 on the
<filename>trusted.gpg
</filename> file as well as on all parts in the
168 <filename>trusted.gpg.d
</filename> directory, though
<filename>trusted.gpg
</filename>
169 is the primary keyring which means that e.g. new keys are added to this one.
175 <refsect1><title>Files
</title>
180 <varlistentry><term><filename>/etc/apt/trustdb.gpg
</filename></term>
181 <listitem><para>Local trust database of archive keys.
</para></listitem>
184 <varlistentry><term><filename>/usr/share/keyrings/debian-archive-keyring.gpg
</filename></term>
185 <listitem><para>Keyring of Debian archive trusted keys.
</para></listitem>
188 <varlistentry><term><filename>/usr/share/keyrings/debian-archive-removed-keys.gpg
</filename></term>
189 <listitem><para>Keyring of Debian archive removed trusted keys.
</para></listitem>
196 <refsect1><title>See Also
</title>
198 &apt-get;, &apt-secure;