source: postlfs/security/gnupg2.xml@ b4533fd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b4533fd was b4533fd, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

GnuPG-2.0.22: Symlinks for compatibility with the first version of GnuPG.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12714 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 12.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnupg2-download-http " ">
8 <!ENTITY gnupg2-download-ftp "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
9 <!ENTITY gnupg2-md5sum "ee22e7b4fdbfcb50229c2e6db6db291e">
10 <!ENTITY gnupg2-size "4.1 MB">
11 <!ENTITY gnupg2-buildsize "65 MB">
12 <!ENTITY gnupg2-time "1.3 SBU">
13]>
14
15<sect1 id="gnupg2" xreflabel="GnuPG-&gnupg2-version;">
16 <?dbhtml filename="gnupg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GnuPG-&gnupg2-version;</title>
24
25 <indexterm zone="gnupg2">
26 <primary sortas="a-GnuPG">GnuPG</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GnuPG</title>
31
32 <para>The <application>GnuPG</application> package is GNU's tool for
33 secure communication and data storage. It can be used to encrypt data and
34 to create digital signatures. It includes an advanced key management
35 facility and is compliant with the proposed OpenPGP Internet standard as
36 described in RFC2440 and the S/MIME standard as described by several RFCs.
37 GnuPG 2 is the stable version of GnuPG integrating support for OpenPGP and
38 S/MIME.</para>
39
40 &lfs74_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gnupg2-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gnupg2-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gnupg2-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gnupg2-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gnupg2-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gnupg2-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">GnuPG 2 Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="pth"/>,
68 <xref linkend="libassuan"/>,
69 <xref linkend="libgcrypt"/>, and
70 <xref linkend="libksba"/></para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended"><xref linkend="pinentry"/> (Run-time requirement for most of
74 the package's functionality)</para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional"><xref linkend="openldap"/>,
78 <xref linkend="libusb-compat"/>,
79 <xref linkend="curl"/>,
80 <ulink url="http://www.chiark.greenend.org.uk/~ian/adns/">GNU
81 adns</ulink>, and an
82 <xref linkend="server-mail"/></para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/gnupg2"/></para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of GnuPG</title>
91
92 <para>Install <application>GnuPG</application> by running the following
93 commands:</para>
94
95<screen><userinput>./configure --prefix=/usr \
96 --libexecdir=/usr/lib/gnupg2 \
97 --docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
98make &amp;&amp;
99
100makeinfo --html --no-split -o doc/gnupg_nochunks.html doc/gnupg.texi &amp;&amp;
101makeinfo --plaintext -o doc/gnupg.txt doc/gnupg.texi</userinput></screen>
102
103 <para>If you have <xref linkend="texlive"/>
104 installed and you wish to create documentation in alternate formats,
105 issue the following commands:</para>
106
107<screen><userinput>make -C doc pdf ps html</userinput></screen>
108
109 <para>To test the results, issue: <command>make check</command>.</para>
110
111 <para>Note that if you have already installed
112 <application>GnuPG</application>, the instructions below will overwrite
113 <filename>/usr/share/man/man1/gpg-zip.1</filename>. Now, as the
114 <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>make install &amp;&amp;
117ln -sv gpg2 /usr/bin/gpg &amp;&amp;
118ln -sv gpgv2 /usr/bin/gpgv &amp;&amp;
119
120install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html &amp;&amp;
121install -v -m644 doc/gnupg_nochunks.html \
122 /usr/share/doc/gnupg-&gnupg2-version;/gnupg.html &amp;&amp;
123install -v -m644 doc/*.texi doc/gnupg.txt \
124 /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen>
125
126 <para>If you created alternate formats of the documentation, install it
127 using the following command as the
128 <systemitem class="username">root</systemitem> user:</para>
129
130<screen role="root"><userinput>install -v -m644 doc/gnupg.html/* \
131 /usr/share/doc/gnupg-&gnupg2-version;/html &amp;&amp;
132install -v -m644 doc/gnupg.{pdf,dvi,ps} \
133 /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <para><command>ln -sv gpg...</command>: Symlinks for compatibility with the
141 first version of <application>GnuPG</application>.</para>
142
143 <para><parameter>--libexecdir=/usr/lib/gnupg2</parameter>: This switch
144 creates a <filename class="directory">gnupg</filename> directory in
145 <filename class="directory">/usr/lib</filename> instead of
146 <filename class="directory">/usr/libexec</filename>.</para>
147
148 <para><parameter>--docdir=/usr/share/doc/gnupg-&gnupg2-version;</parameter>:
149 This switch changes the default docdir to <filename
150 class="directory">/usr/share/doc/gnupg-&gnupg2-version;</filename>.</para>
151
152 <para><parameter>--enable-symcryptrun</parameter>: This switch enables
153 building the symcryptrun program.</para>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>addgnupghome, applygnupgdefaults, gpg-agent, gpg-connect-agent,
167 gpg2, gpgconf, gpgkey2ssh, gpgparsemail, gpgsm, gpgsm-gencert.sh,
168 gpgv2, kbxutil, scdaemon, symcryptrun, and watchgnupg</seg>
169 <seg>None</seg>
170 <seg>/usr/lib/gnupg2, /usr/share/gnupg and
171 /usr/share/doc/gnupg-&gnupg2-version;</seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="addgnupghome">
181 <term><command>addgnupghome</command></term>
182 <listitem>
183 <para>is used to create and populate user's
184 <filename class='directory'>~/.gnupg</filename> directories</para>
185 <indexterm zone="gnupg2 addgnupghome">
186 <primary sortas="b-addgnupghome">addgnupghome</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="applygnupgdefaults">
192 <term><command>applygnupgdefaults</command></term>
193 <listitem>
194 <para>is a wrapper script used to run <command>gpgconf</command>
195 with the <parameter>--apply-defaults</parameter> parameter on all
196 user's GnuPG home directories.</para>
197 <indexterm zone="gnupg2 applygnupgdefaults">
198 <primary sortas="b-applygnupgdefaults">applygnupgdefaults</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="gpg-agent">
204 <term><command>gpg-agent</command></term>
205 <listitem>
206 <para>is a daemon used to manage secret (private) keys independently
207 from any protocol. It is used as a backend for <command>gpg</command>
208 and <command>gpgsm</command> as well as for a couple of other
209 utilities.</para>
210 <indexterm zone="gnupg2 gpg-agent">
211 <primary sortas="b-gpg-agent">gpg-agent</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="gpg-connect-agent">
217 <term><command>gpg-connect-agent</command></term>
218 <listitem>
219 <para>is a utility used to communicate with a running
220 <command>gpg-agent</command>.</para>
221 <indexterm zone="gnupg2 gpg-connect-agent">
222 <primary sortas="b-gpg-connect-agent">gpg-connect-agent</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="gpg2">
228 <term><command>gpg2</command></term>
229 <listitem>
230 <para>is the OpenPGP part of the GNU Privacy Guard (GnuPG). It is a
231 tool used to provide digital encryption and signing services using
232 the OpenPGP standard.</para>
233 <indexterm zone="gnupg2 gpg2">
234 <primary sortas="b-gpg2">gpg2</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="gpgconf">
240 <term><command>gpgconf</command></term>
241 <listitem>
242 <para>is a utility used to automatically and reasonable safely
243 query and modify configuration files in the
244 <filename class='directory'>~/.gnupg</filename> home directory. It is
245 designed not to be invoked manually by the user, but automatically by
246 graphical user interfaces.</para>
247 <indexterm zone="gnupg2 gpgconf">
248 <primary sortas="b-gpgconf">gpgconf</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="gpgparsemail">
254 <term><command>gpgparsemail</command></term>
255 <listitem>
256 <para>is a utility currently only useful for debugging. Run it with
257 <parameter>--help</parameter> for usage information.</para>
258 <indexterm zone="gnupg2 gpgparsemail">
259 <primary sortas="b-gpgparsemail">gpgparsemail</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="gpgsm">
265 <term><command>gpgsm</command></term>
266 <listitem>
267 <para>is a tool similar to <command>gpg</command> used to provide
268 digital encryption and signing services on X.509 certificates and the
269 CMS protocol. It is mainly used as a backend for S/MIME mail
270 processing.</para>
271 <indexterm zone="gnupg2 gpgsm">
272 <primary sortas="b-gpgsm">gpgsm</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="gpgsm-gencert.sh">
278 <term><command>gpgsm-gencert.sh</command></term>
279 <listitem>
280 <para>is a simple tool used to interactively generate a certificate
281 request which will be printed to stdout.</para>
282 <indexterm zone="gnupg2 gpgsm-gencert.sh">
283 <primary sortas="b-gpgsm-gencert.sh">gpgsm-gencert.sh</primary>
284 </indexterm>
285 </listitem>
286 </varlistentry>
287
288 <varlistentry id="gpgv2">
289 <term><command>gpgv2</command></term>
290 <listitem>
291 <para>is a verify only version of <command>gpg2</command>.</para>
292 <indexterm zone="gnupg2 gpgv2">
293 <primary sortas="b-gpgv2">gpgv2</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="kbxutil">
299 <term><command>kbxutil</command></term>
300 <listitem>
301 <para>is used to list, export and import Keybox data.</para>
302 <indexterm zone="gnupg2 kbxutil">
303 <primary sortas="b-kbxutil">kbxutil</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="scdaemon">
309 <term><command>scdaemon</command></term>
310 <listitem>
311 <para>is a daemon used to manage smartcards. It is usually invoked by
312 <command>gpg-agent</command> and in general not used directly.</para>
313 <indexterm zone="gnupg2 scdaemon">
314 <primary sortas="b-scdaemon">scdaemon</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 <varlistentry id="symcryptrun">
320 <term><command>symcryptrun</command></term>
321 <listitem>
322 <para>is a simple symmetric encryption tool.</para>
323 <indexterm zone="gnupg2 symcryptrun">
324 <primary sortas="b-symcryptrun">symcryptrun</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="watchgnupg">
330 <term><command>watchgnupg</command></term>
331 <listitem>
332 <para>is used to listen to a Unix Domain socket created by any of
333 the GnuPG tools.</para>
334 <indexterm zone="gnupg2 watchgnupg">
335 <primary sortas="b-watchgnupg">watchgnupg</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 </variablelist>
341
342 </sect2>
343
344</sect1>
Note: See TracBrowser for help on using the repository browser.