GPG error: http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64

According to

Hi @erikwijmans
We are in the process of rotating our GPG public keys, there will be an announcement on the NVIDIA Developer blog very soon. Currently this has rolled out only for our ubuntu1604/x86_64 and fedora32/x86_64 repos, the rest will follow in a bit.

The new GPG keys for the CUDA repository

Please remove the old 7fa2af80 key

  • Debian-based distros:
    sudo apt-key del 7fa2af80
  • RPM-based distros:
    sudo rpm --erase gpg-pubkey-7fa2af80*

And enroll the new signing key (a cuda-keyring package is also provided)

  • Debian-based distros:

sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub

  • RPM-based distros: please update .repo with package manager specific instructions (see blog post)
3 Likes