From:http://www.njava.com/njava-626.html

更换163源后,更新源时出现错误。

# apt-get update
W: GPG error: http://extras.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192

使用google查询到的解决方法:

$ gpg --keyserver keyserver.ubuntu.com --recv 3E5C1192
$ gpg --export --armor 3E5C1192 | sudo apt-key add -
$ sudo apt-get update

问题解决。

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-05-07
  • 2022-02-03
  • 2021-12-31
  • 2021-12-31
  • 2021-12-29
猜你喜欢
  • 2021-06-29
  • 2021-08-03
  • 2021-07-16
  • 2022-12-23
  • 2021-08-24
  • 2022-01-08
  • 2022-12-23
相关资源
相似解决方案