Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created November 6, 2020 03:21
Show Gist options
  • Save zoonderkins/8ffcefbd9cc8485ff8a87a7f1e2043e9 to your computer and use it in GitHub Desktop.
Save zoonderkins/8ffcefbd9cc8485ff8a87a7f1e2043e9 to your computer and use it in GitHub Desktop.
Debian 10 apt-get update gpg failed solution

Error

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.powerdns.com/debian buster-dnsdist-master InRelease: Splitting up /var/lib/apt/lists/repo.powerdns.com_debian_dists_buster-dnsdist-master_InRelease into data and signature failed

Solution

apt-get update --allow-unauthenticated
apt-get update --allow-insecure-repositories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment