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

Issue with routinator package #1012

Open
ldeghein opened this issue Feb 17, 2025 · 1 comment
Open

Issue with routinator package #1012

ldeghein opened this issue Feb 17, 2025 · 1 comment

Comments

@ldeghein
Copy link

sudo apt update
...
Err:5 https://packages.nlnetlabs.nl/linux/ubuntu focal-proposed InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94E92A0708C4CC43
Reading package lists... Done
W: GPG error: https://packages.nlnetlabs.nl/linux/ubuntu focal-proposed InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94E92A0708C4CC43
E: The repository 'https://packages.nlnetlabs.nl/linux/ubuntu focal-proposed InRelease' is not signed.

sudo apt install routinator

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package routinator

Thanks!

@jonasf21
Copy link

jonasf21 commented Feb 18, 2025

Did you install the gpg key? Works fine for me.

As per documentation:

curl -fsSL https://packages.nlnetlabs.nl/aptkey.asc | sudo gpg --dearmor -o /usr/share/keyrings/nlnetlabs-archive-keyring.gpg

echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nlnetlabs-archive-keyring.gpg] https://packages.nlnetlabs.nl/linux/ubuntu \ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/nlnetlabs.list > /dev/null

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

2 participants