答案1
从GnuPG 文档:
--full-generate-key
--full-gen-key
生成带有所有选项对话框的新密钥对。这是 的扩展版本--generate-key
。
--full-generate-key
似乎是 GnuPG 2.2 中添加的新同义词。Ubuntu 18.04 手册页提到了它,但没有提到旧的手册页,它只列出了--full-gen-key
。请注意,它本身是选项--full-gen-key
的重命名--gen-key
GnuPG 2.1.0 (2014),因此您必须在 Ubuntu 14.04 中使用较旧的选项名称。
答案2
面临同样的问题。这是我的输出
ubuntu@ubuntu:~$ gpg --full-generate-key
gpg: Invalid option "--full-generate-key"
ubuntu@ubuntu:~$ gpg --full-gen-key
gpg: Invalid option "--full-gen-key"
ubuntu@ubuntu:~$ gpg --generate-key
gpg: Invalid option "--generate-key"
以下命令有效,
gpg --gen-key