You need to add " --recv-keys " to the GPG key. I got it to work prop when added.

Asked by jaypmcwilliams

You need to add " --recv-keys " to the GPG key. I got it to work prop when added. Looked like this:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220

I added rev keys like this:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com --recv-keys FE85409EEAB40ECCB65740816AF0E1940624A220

Worked. ty

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Tweak Edit question
Assignee:
No assignee Edit question
Solved by:
jaypmcwilliams
Solved:
Last query:
Last reply:
Revision history for this message
jaypmcwilliams (jaypmcwilliams) said :
#1

You need to add " --recv-keys " to the GPG key. I got it to work prop when added. Looked like this:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220

I added rev keys like this:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com --recv-keys FE85409EEAB40ECCB65740816AF0E1940624A220

Revision history for this message
Ding Zhou (tualatrix) said :
#2

Where should I use this command?

Why "--recv-keys" is used for twice?

Revision history for this message
jaypmcwilliams (jaypmcwilliams) said :
#3

because it hangs then times out. I added the extra code to test & t came through. The 1st recvkeys bypasses the 1st server not the 2nd. The long key you used goes through 2 servers. I verified this process on 2 different systems with success.