Ubuntu解决 The following signatures couldn‘t be verified because the public key is not available:

2023-05-16

Ubuntu在source.list中添加源后,提示

The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9

原因是缺少这个源的两个公钥,导致无法访问,只要把公钥加到我们系统中就行。添加方式:

  • sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
  • sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9

这样问题就能解决!

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Ubuntu解决 The following signatures couldn‘t be verified because the public key is not available: 的相关文章

随机推荐