我最近正在處理apt 中的這個錯誤並試圖找出.gpg
我可以刪除哪些文件以/etc/apt/trusted.gpg.d
阻止W: GPG error: NO_PUBKEY
我遇到的錯誤apt-get update
。
ls
因此,我去目錄中運行/etc/apt/trusted.gpg.d
,看看是否有我已刪除的存儲庫的舊密鑰。這樣做的時候,我注意到了這一點:
otto-kesselgulasch-gimp.gpg
otto-kesselgulasch-gimp.gpg~
otto-kesselgulasch_ubuntu_gimp.gpg
otto-kesselgulasch_ubuntu_gimp.gpg~
phablet-team-tools.gpg
phablet-team-tools.gpg~
phablet-team_ubuntu_tools.gpg
phablet-team_ubuntu_tools.gpg~
當我跑的時候ls
。
diff
某些關鍵檔案似乎存在重複條目(對 _ubuntu_ 和非 _ubuntu_ 版本的檔案進行 -ing 不會傳回任何內容) .gpg
。
為什麼我有看似重複的條目以及我可以安全刪除哪些條目(如果有)?
答案1
這些文件是升級前後遺留下來的:使用相同的文件驗證這些文件,/etc/apt/sources.list.d
並查看目錄中的哪些文件包含任何有意義的資料。
中的空文件sources.list.d
及其對應項目trusted.gpg.d
可以安全刪除。