From 2a32eee9a82a54703c00e247728562e8341526d2 Mon Sep 17 00:00:00 2001 From: zoe1 Date: Fri, 27 Aug 2021 01:15:58 +0200 Subject: [PATCH] update troubleshoot gpg2 for some distributions (in 2.a) --- en/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/index.html b/en/index.html index 9bd9a950..60992591 100644 --- a/en/index.html +++ b/en/index.html @@ -324,6 +324,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