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

no public key found for ppa #1448

Open
brainchild0 opened this issue Oct 18, 2022 · 1 comment
Open

no public key found for ppa #1448

brainchild0 opened this issue Oct 18, 2022 · 1 comment
Labels

Comments

@brainchild0
Copy link

After following the instructions for adding the PPA to my local system, I encounter the following message from the output of apt update:

Err:36 http://ppa.launchpad.net/numix/ppa/ubuntu jammy InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 52B709720F164EEB
Hit:38 http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jammy InRelease
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/numix/ppa/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 52B709720F164EEB
E: The repository 'http://ppa.launchpad.net/numix/ppa/ubuntu jammy InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

The system is Linux Mint 21, which is based on Ubuntu 22.04 (jammy).

@BlueManCZ
Copy link

Can you try this command? It should basically download the public key you are missing:

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 52B709720F164EEB

@palob palob transferred this issue from numixproject/numix-core Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants