解决GPG error "NO_PUBKEY"

作者: Yvette14 | 来源:发表于2016-10-11 16:37 被阅读0次

    博主刚刚在装mongodb,但是执行到sudo apt-get update的时候报错了

    W: GPG error: http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D68FA50FEA312927
    

    然后博主就开始google了,搜索结果第一条是这个
    结果:How to fix the GPG error "NO_PUBKEY"?

    问题描述 答案

    我用中文再复述一遍。

    1. 添加webupd8这个仓库:
      sudo add-apt-repository ppa:webupd8team/y-ppa-manager
    2. 更新软件列表并安装Y-PPA-Manager:(是PPA不是PPAP喔~= ̄ω ̄=)
    sudo apt-get update
    sudo apt-get install y-ppa-manager
    
    1. 运行y-ppa-manager
    2. y-ppa-manager窗口出现时,点击"Advanced"


    3. 在advanced tasks列表里,选择"Try to import all missing GPG keys"然后点"OK"


    然后再等一会就好了Y(o)Y

    相关文章

      网友评论

        本文标题:解决GPG error "NO_PUBKEY"

        本文链接:https://www.haomeiwen.com/subject/pudbyttx.html