我正试图在Manjaro上安装picom。我试着从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) <anatolik@archlinux.org>" 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 <felixonmars@archlinux.org>" 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 <alerque@archlinux.org>" 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 <santiago@archlinux.org>" 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发布于 2022-06-24 18:06:26
尝试sudo pacman -Syy并重试您的命令。如果这不起作用,请尝试sudo pacman -Scc。
https://unix.stackexchange.com/questions/707380
复制相似问题