zoukankan      html  css  js  c++  java
  • How to fix apt-get GPG error NO_PUBKEY Ubuntu 14

     

    apt-get-gpg-error

    This morning when I do apt-get update on my new Ubuntu 14.04 server, I got these error messages:

    Reading package lists… Done W: GPG error: http://security.ubuntu.com trusty-security Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 W: GPG error: http://archive.canonical.com trusty Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 W: GPG error: http://archive.ubuntu.com trusty Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 W: GPG error: http://archive.ubuntu.com trusty-updates Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32

    After did some small research on Google, I found a way to overcome this GPG NO_PUBKEY error by downloading the missing key using apt-key tools. The command is as follow:

    Command result:

    Second command:

    Result:

    Notice that code 40976EAF437D05B5 and 3B4FE6ACC0B21F32 was taken from the error messages above.

    Now you can do apt-get update again and you should have no error anymore.

  • 相关阅读:
    关于公允价值计量
    财务成本按标准工时核算
    什么是行权
    稀释每股收益
    注销库存股不影响基本每股收益
    代写spss modeler通过apriori关联规则数据挖掘我们能从股市数据得到什么
    【大数据部落】R语言代写实现:混合正态分布EM最大期望估计法
    R语言代写如何找到患者数据中具有差异的指标?(PLS—DA分析)
    windows中用命令行执行R语言命令
    R 语言代写绘制功能富集泡泡图
  • 原文地址:https://www.cnblogs.com/zhaoyang10/p/4554031.html
Copyright © 2011-2022 走看看