glfs/postlfs/security/gnupg/gnupg-inst.xml

13 lines
357 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>gnupg</application></title>
<para>Install <application>gnupg</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
chmod 4755 /usr/bin/gpg</command></userinput></screen>
</sect2>