update troubleshoot gpg2 for some distributions (in 2.a)
authorzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:15:58 +0000 (01:15 +0200)
committerzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:15:58 +0000 (01:15 +0200)
en/index.html

index 9bd9a9502d911716fad7b38a4a3df21e12024ea6..6099259139c0a80e454ca2ea43d6c1266ddad911 100644 (file)
@@ -324,6 +324,13 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin
 <samp>Command 'gpg' not found, but can be installed with:
   sudo apt install gnupg</samp>. Follow that command and install the program.</dd>
 
+<dt><code>gpg --full-generate-key</code>&#65279; command not working</dt>
+<dd>Some distributions use a different version of GPG. When you receive an error code that is something along the lines of:<code>gpg: Invalid option "--full-generate-key"</code>&#65279; , you can try the following commands: <br /> 
+<code>sudo apt update</code>&#65279;<br />
+<code>sudo apt install gnupg2</code>&#65279;<br />
+<code>gpg2 --full-generate-key</code>&#65279;<br />
+If this resolved the issue, you need to continue to use this the gpg2 identifier instead of gpg throughout the following steps of the guide.</dd>
+
 <dt>I took too long to create my passphrase</dt>
 <dd>That's okay. It's important to think about your passphrase. When you're ready, just follow the steps from the beginning again to create your key.</dd>