【报错解决方案】W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease
0x00 问题描述今天用apt update 更新apt源的时候,曝出了:W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUB
·
0x00 问题描述
今天用apt update 更新apt源的时候,曝出了:W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
0x01 问题解决
问题的本质就是缺少78BD65473CB3BD13这个公钥,将其加上就行。
0x02 具体步骤
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <PUBKEY>
0x03 参考来源
https://blog.longwin.com.tw/2019/05/linux-apt-no-pubkey-gpg-error-fix-2019/
0x03 一些闲话
本人创建了一个公众号,分享科研路上的小问题,新发现,欢迎关注公众号,给我留言!!!
一起奋发向上,攻克难题吧~~
更多推荐
已为社区贡献1条内容
所有评论(0)