这是我在执行 sudo apt-get update 或使用 apt 时遇到的错误。
这是错误
Err:2 https://apt.releases.hashicorp.com focal InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA418C88A3219F7B
我什至去过:
/etc/apt/sources.list.d$ ls
但是没有找到任何与hashicorp相关的东西。如何摆脱这个烦人的 GPG 密钥?
alessandro-strada-ubuntu-ppa-focal.list
alessandro-strada-ubuntu-ppa-focal.list.save
google-chrome.list
google-chrome.list.save
home:manuelschneid3r.list
home:manuelschneid3r.list.save
linuxgndu-ubuntu-sqlitebrowser-focal.list
linuxgndu-ubuntu-sqlitebrowser-focal.list.save
pgdg.list
pgdg.list.save
protonvpn-stable.list
protonvpn-stable.list.save
teams.list
teams.list.save
webupd8team-ubuntu-y-ppa-manager-focal.list
webupd8team-ubuntu-y-ppa-manager-focal.list.save
$ grep -r hashicorp /etc/apt --include="*.list"
/etc/apt/sources.list:deb [arch=amd64] https://apt.releases.hashicorp.com focal main
/etc/apt/sources.list:# deb-src [arch=amd64] https://apt.releases.hashicorp.com focal main
您有两种可能的解决方案:
继续使用提到的存储库 - 通过以下命令重新添加其密钥(而不是删除):
删除提到的存储库 - 使用以下命令找到它
然后使用任何已知方法将其删除,例如
然后
sudo apt-get update
像往常一样运行。