嘗試使用以下命令從命令列更新我的 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.
如果在最後兩個問題中我回答“是”,我會得到同樣的錯誤。
我想更新我的系統,忽略這兩個軟體包。我該怎麼做?這兩個非關鍵的 6 MiB 軟體包是否有可能阻止 15 GiB 更新?
答案1
今天重試,更新成功。
我沒有刪除這個問題,因為它可能是一個常見問題,即使解決方案很微不足道。