KGPG creating key issue

I get following error when i launch kgpg and also when i try to create a key:

gpg: option file ‘/home/spaceboy/.gnupg/gpg.conf’: No such file or directory

Any suggestions?

You could try:

touch $HOME/.gnupg/gpg.conf

That will create an empty file, which gives the default options.

If the directory “.gnupg” doesn’t already exist, you might need to first create that.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.