Arch-Linux
安裝 gnome 時如何處理 PGP 問題
我剛剛以同樣的方式完成了 Arch Linux 的全新安裝,並且按照 Arch Linux 安裝 wiki。我正在嘗試安裝 gnome 並
pacman -S gnome
以超級使用者身份使用該命令。安裝 gnome 時出現以下錯誤;error: libspeech: signature from "Alexander Epaneshikov <email@alex19ep.me>" is unknown trust Do you want to delete it [Y/n] error: speechdispatcher: signature from "Alexander Epaneshnikov <email@alex19ep.me>" is unknown trust Do you want to delete it [Y/n] error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded
我不得不想像我不是唯一一個嘗試下載遇到此錯誤的 gnome 的人。這些包是可以被忽略的,還是我需要為這些失敗的下載找到解決方案?
Alexander Epaneshnikov 的簽名密鑰已於 2022 年 1 月 20 日到期。
看起來您需要等待包維護者更新簽名密鑰。
Arch Linux 網站上建議的其他選項:
- 刷新您的密鑰
pacman-key --refresh-keys
,或- 在本地手動簽署不受信任的密鑰,或
- 重置所有鍵,或
- 暫時設置
SigLevel
為TrustAll
(不推薦)。