apt-key command fails to complete
APT repository for Mozilla software releases
Brought to you by:
nanotube
Greetings nanotube,
I am trying to install on Xubuntu 20.04 beta. The command to install the key fails to complete. I am using this syntax:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C
I grabbed an strace output of the hang spot. I have attached it.
Please kindly advise.
I am thankful,
Michael Lueck
Hi Michael,
Perhaps let's try it in two steps.
gpg --recv-keys --keyserver keyserver.ubuntu.com 0xB7B9C16F2667CA5C
gpg --export 0xB7B9C16F2667CA5C | sudo apt-key add -
And see if that works!
Best,
nanotube
Greetings nanotube,
Very odd... using both your two step syntax, as well as your usual one liner... today both ways complete successfully. Synaptic is how happy with all my added repositories... including UbuntuZilla.
I am thankful,
Michael Lueck
Odd indeed, perhaps some intermittent issue with the keyserver or something.
Glad it's working now, thanks for circling back to confirm! :)