私はsudo pacman -Syu
Archlinux で実行していますが、次のようになっています。
cristian@localhost:~$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
xenlism-arch is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<4.3
これを修正するための解決策は何ですか?
アップデート
@jhamが提案した両方のソリューションを試しました。yaourt と package-query を完全に削除しました。at pacman -Qi pacman
'required by' 私はnone
. からの multilib と xenlism-arch についてもコメントしましたpacman.conf
。私がそうpacman -Syu
すると、次のようになります。
:: Proceed with installation? [Y/n]
(244/244) checking keys in keyring [###################################] 100%
(244/244) checking package integrity [###################################] 100%
error: confuse: signature from "Thorsten Töpper <atsutane@freethoughts.de>" is unknown trust
:: File /var/cache/pacman/pkg/confuse-2.8-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.