added gpg2 troubleshoot option in 2a
authorzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:30:49 +0000 (01:30 +0200)
committerzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:30:49 +0000 (01:30 +0200)
en/index.html

index ef3feb24b0508c0bef1e107ff0860ba9159487e1..9afbbb82d0e693872117ef6556727fa1871314c3 100644 (file)
@@ -341,6 +341,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><i>gpg --full-generate-key</i> 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><br />
+<code>sudo apt install gnupg2</code><br />
+<code>gpg2 --full-generate-key</code><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>