Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyserver receive failed: No name #109

Open
Billir opened this issue Aug 19, 2021 · 12 comments
Open

keyserver receive failed: No name #109

Billir opened this issue Aug 19, 2021 · 12 comments

Comments

@Billir
Copy link

Billir commented Aug 19, 2021

Got this error when installing Temperature Machine
Executing: /tmp/apt-key-gpghome.Hd8dHFNGHw/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys 00258F48226612AE
gpg: keyserver receive failed: No name
Any suggestions??

@AlistairFielden
Copy link

I'm having the same issue.

@HenrysCat
Copy link

Just use Stretch 4.14, works every time, T.W. will probably not update this ;)

@Billir
Copy link
Author

Billir commented Oct 17, 2021 via email

@DemBones78
Copy link

DemBones78 commented Oct 17, 2021 via email

@patrickn
Copy link

patrickn commented Nov 6, 2021

It seems that the SKS keyserver has been deprecated, all you need to do is use an alternative key server. This worked for me:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00258F48226612AE

@Billir
Copy link
Author

Billir commented Nov 6, 2021 via email

@Billir
Copy link
Author

Billir commented Nov 7, 2021 via email

@Billir
Copy link
Author

Billir commented Nov 8, 2021 via email

@DemBones78
Copy link

DemBones78 commented Nov 9, 2021 via email

@patrickn
Copy link

patrickn commented Dec 12, 2021

Got this error when installing Temperature Machine
Executing: /tmp/apt-key-gpghome.Hd8dHFNGHw/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys 00258F48226612AE
gpg: keyserver receive failed: No name
Any suggestions??

Yes, SKS keyserver has been deprecated. See my reply above.

@Billir
Copy link
Author

Billir commented Apr 26, 2022

It is now April 2022 and this key provided earlier still works
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00258F48226612AE

@iw2ejh
Copy link

iw2ejh commented Dec 15, 2022

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00258F48226612AE is working now in decembre 2022, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@patrickn @Billir @iw2ejh @DemBones78 @HenrysCat @AlistairFielden and others