Manjaro에 piccom을 설치하려고 합니다. AUR에서 다운로드하려고 하는데 yay -S picom-git
다음 오류가 발생합니다.
:: File /var/cache/pacman/pkg/libconfig-1.7.3-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: ninja: signature from "Anatol Pomozov (Arch Linux developer account) <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/ninja-1.11.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: docbook-xml: signature from "Felix Yan <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/docbook-xml-4.5-9-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: asciidoc: signature from "Caleb Maclennan <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/asciidoc-10.2.0-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: uthash: signature from "Santiago Torres-Arias <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/uthash-2.3.0-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
error: target not found: ninja
error: target not found: meson
error: target not found: docbook-xml
error: target not found: docbook-xsl
error: target not found: asciidoc
error: target not found: uthash
-> error installing repo packages
답변1
sudo pacman -Syy
명령을 시도 하고 다시 시도하십시오. 그래도 문제가 해결되지 않으면 다음을 시도해 보세요 sudo pacman -Scc
.