From 061aad833fc986dab1636cd09d3990c41001571b Mon Sep 17 00:00:00 2001 From: zoe1 Date: Fri, 27 Aug 2021 01:30:49 +0200 Subject: [PATCH] added gpg2 troubleshoot option in 2a --- en/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/index.html b/en/index.html index ef3feb2..9afbbb8 100644 --- a/en/index.html +++ b/en/index.html @@ -341,6 +341,13 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin Command 'gpg' not found, but can be installed with: sudo apt install gnupg. Follow that command and install the program. +
gpg --full-generate-key command not working
+
Some distributions use a different version of GPG. When you receive an error code that is something along the lines of:gpg: Invalid option "--full-generate-key" , you can try the following commands:
+sudo apt update
+sudo apt install gnupg2
+gpg2 --full-generate-key
+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.
+
I took too long to create my passphrase
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.
-- 2.25.1