Zerotierone: Debian installer missing APT repository key

Created on 12 Oct 2019  Â·  6Comments  Â·  Source: zerotier/ZeroTierOne

When installing on Debian 10 buster with:

curl -s https://install.zerotier.com | sudo bash

APT refuses to update its repository cache due to missing apt key

Err:4 http://download.zerotier.com/debian/buster buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1657198823E52A61

Resulting in a failed installation

E: Unable to locate package zerotier-one
*** Package installation failed! Unfortunately there may not be a package
*** for your architecture or distribution. For the source go to:
*** https://github.com/zerotier/ZeroTierOne

Most helpful comment

please check if you have installed gnupg

All 6 comments

Install apt-transport-https and try again

On Sat, Oct 12, 2019, 9:56 AM stalks notifications@github.com wrote:

When installing on Debian 10 buster with:

curl -s https://install.zerotier.com | sudo bash

APT refuses to update its repository cache due to missing apt key

Err:4 http://download.zerotier.com/debian/buster buster InRelease
The following signatures couldn't be verified because the public key is
not available: NO_PUBKEY 1657198823E52A61

Resulting in a failed installation

E: Unable to locate package zerotier-one
* Package installation failed! Unfortunately there may not be a package
for your architecture or distribution. For the source go to:
*
* https://github.com/zerotier/ZeroTierOne

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/zerotier/ZeroTierOne/issues/1055?email_source=notifications&email_token=AAJGSRECTD7HCP3UTRJRF7LQOHXSLA5CNFSM4JADMJI2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRMCBHQ,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAJGSRD6O2BJ27PLYIORJA3QOHXSLANCNFSM4JADMJIQ
.

Yup, that works. Thanks.

hi Zerotier team! I'm getting this error using debian buster. Tried the above workaround w/o success. I keep getting "The following signatures couldn't be verified because the public key is not available..." I've got the same results from using both the ssl and the gpg method. Any idea why this only happens on debian buster and any clues on how to fix this?

thank you - merci!

Also getting this error on Debian Buster

please check if you have installed gnupg

I don't know if it relate or not, but in my kali-rolling (known as Debian 9 from gnupg -v) , i have the same problem.

Somehow I fixed it by doing what this website told me to
https://shuvomoy.github.io/blog/programming/2016/05/07/Adding-a-GPG-key-manually-in-Ubuntu.html

It basically saving the public key to a file, and added it manually. However for my case, there is weird repository which i can't make sure where it come from, but i guess it come from install.zerotier.com while you running "curl -s http://install.zerotier.com | sudo bash" but correct me if i'm wrong. The repo (home:Provessor) make a conflict with the [email protected] public key. The solution is delete that conflicting repo in /etc/apt/sources.list.d and do the apt update again. You should be successfully installed the zerotier if you reach this step.

I want to reproduce my step, but I think i don't know how. So please if anyone have the same problem, verify if my statement is correct or not.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

paweljacewicz picture paweljacewicz  Â·  4Comments

nolanl picture nolanl  Â·  4Comments

gdamore picture gdamore  Â·  5Comments

kbumsik picture kbumsik  Â·  4Comments

mattgorski picture mattgorski  Â·  4Comments