During the installation of docker on Archlinux, I got the following error :

error: runc: signature from "Frederik Schwan <[email protected]>" is unknown trust :: File /var/cache/pacman/pkg/runc-1.0.3-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). 

Can someone help me resolve this issue since it prevents me from installing docker?

2 Answers

To solve "invalid or corrupted package (PGP signature)" error in Arch Linux, we need to update the archlinux-keyring package.

$ sudo pacman -S archlinux-keyring 

The above command will update the new keys and disable the revoked keys in your Arch Linux system.

source

1

Today it works for me:

pacman-key --init pacman-key --populate archlinux 
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.