Welcome to the Linux Foundation Forum!

Issue with Installing Containerd on my Ubuntu 20.04

When I try downloading and installing containerd via terminal on my ubuntu 20.04 LTS, I kept getting the error message "no valid OpenPGP data found".

Please how can this be resolved?

Best Answers

  • fazlur.khan
    fazlur.khan Posts: 67
    Answer ✓

    Hello @babagee2003 ,

    The error "no valid OpenPGP data found" typically occurs when there's a problem downloading or importing the GPG key for the software repository—in your case, the Containerd repository.

    Below are the detailed steps to fix your problem. Hope it helps.

    sudo rm -f /usr/share/keyrings/docker-archive-keyring.gpg sudo rm -f /etc/apt/keyrings/docker.gpg

  • babagee2003
    babagee2003 Posts: 2
    Answer ✓

    Thanks a lot Fazlur

Answers

Categories

Upcoming Training