Last active
December 10, 2023 11:57
-
-
Save h4n2k/a08b3380a0baedb6ac4debacc07237f8 to your computer and use it in GitHub Desktop.
Arch Linux File /var/cache/pacman/pkg/syncthing-1.27.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman-key --list-sigs [email protected] | |
sudo pacman-key --delete CCB34EBBB9541EF3F7B366C1D4A753468A5A5B67 | |
sudo pacman-key --lsign-key CCB34EBBB9541EF3F7B366C1D4A753468A5A5B67 | |
# if error could not be locally signed | |
# try run | |
sudo pacman-key --populate archlinux | |
# check again | |
sudo pacman-key --list-sigs [email protected] | |
# then pacman-key --lsign-key again | |
sudo pacman-key --lsign-key CCB34EBBB9541EF3F7B366C1D4A753468A5A5B67 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bbs.archlinux.org/viewtopic.php?id=233480