pacman で Linux を更新できない

pacman で Linux を更新できない

次のコマンドを使用して、コマンドラインから Artix (Arch 派生) Linux を更新しようとしています:

sudo pacman -Syu

次のエラーが発生します:

...
Total Download Size:       3.15 MiB
Total Installed Size:  15628.07 MiB
Net Upgrade Size:        678.21 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 khtml-5.79.0-1-x86_64                                      2.8 MiB  3.09 MiB/s 00:01 [-------------------------------------------------]  88%
 kross-5.79.0-1-x86_64                                      3.1 MiB  3.02 MiB/s 00:01 [-------------------------------------------------]  99%
(1096/1096) checking keys in keyring                                                  [-------------------------------------------------] 100%
(1096/1096) checking package integrity                                                [-------------------------------------------------] 100%
error: khtml: signature from "Artix Buildbot <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/khtml-5.79.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: kross: signature from "Artix Buildbot <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/kross-5.79.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

最後の 2 つの質問に「はい」と答えた場合も同じエラーが発生します。

これら 2 つのパッケージを無視してシステムを更新したいと思います。どうすればいいでしょうか? これら 2 つの重要ではない 6 MiB パッケージが 15 GiB の更新をブロックする可能性はありますか?

答え1

本日再試行したところ、更新は成功しました。

解決策が些細なものであっても、よくある問題である可能性があるため、この質問は削除しませんでした。

関連情報