PGP NO_PUBKEY

[email protected] ~ $ sudo apt-get update

Ign http://packages.linuxmint.com rebecca/upstream Translation-en              
Ign http://packages.linuxmint.com rebecca/upstream Translation-zh_CN           
Fetched 15.4 kB in 21s (706 B/s)                                               
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net trusty InRelease: The following signatures couldn‘t be verified because the public key is not available: NO_PUBKEY 5A9A06AEF9CB8DB0

【get  pubkey】
[email protected] ~ $ sudo gpg --keyserver subkeys.pgp.net --recv-keys 5A9A06AEF9CB8DB0
gpg: directory `/home/horizon/.gnupg‘ created
gpg: new configuration file `/home/horizon/.gnupg/gpg.conf‘ created
gpg: WARNING: options in `/home/horizon/.gnupg/gpg.conf‘ are not yet active during this run
gpg: keyring `/home/horizon/.gnupg/secring.gpg‘ created
gpg: keyring `/home/horizon/.gnupg/pubring.gpg‘ created
gpg: requesting key F9CB8DB0 from hkp server subkeys.pgp.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

【get pubkey】
[email protected] ~ $ sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 5A9A06AEF9CB8DB0
gpg: requesting key F9CB8DB0 from hkp server keyserver.ubuntu.com
gpg: /home/horizon/.gnupg/trustdb.gpg: trustdb created
gpg: key F9CB8DB0: public key "Launchpad PPA for Ubuntu Wine Team" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

【export pubkey】
[email protected] ~ $ gpg --export --armor 5A9A06AEF9CB8DB0  | sudo apt-key add -
gpg: failed to create temporary file `/home/horizon/.gnupg/.#lk0x101b5d0.horizon-pc.25129‘: Permission denied
gpg: keyblock resource `/home/horizon/.gnupg/secring.gpg‘: general error
gpg: failed to create temporary file `/home/horizon/.gnupg/.#lk0x101b670.horizon-pc.25129‘: Permission denied
gpg: keyblock resource `/home/horizon/.gnupg/pubring.gpg‘: general error
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.

【import  pubkey】
[email protected] ~ $ sudo gpg --export --armor 5A9A06AEF9CB8DB0  | sudo apt-key add -
OK
[email protected] ~ $ sudo apt-get update

......

Hit http://ppa.launchpad.net trusty/main Translation-en                        
Hit http://ppa.launchpad.net trusty/main Sources                               
Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
Hit http://ppa.launchpad.net trusty/main i386 Packages                         
Hit http://ppa.launchpad.net trusty/main Translation-en                        
Fetched 30.8 kB in 58s (522 B/s)                                               
Reading package lists... Done

原文地址:https://www.cnblogs.com/horizonli/p/10332000.html

时间: 2024-10-06 09:11:11

PGP NO_PUBKEY的相关文章

现代密码学应用的范例-PGP

PGP(Pretty Good Privacy),是一个基于RSA公钥加密体系的邮件加密软件. 产生背景: 电子邮件在传输中使用SMTP协议存在这样的问题 1.无法保证邮件在传输过程中不被人偷看 2.无法确认来源 3.无法确定邮件是否在传输过程中被篡改 4.当邮件被发到错误地址,可能造成信息泄漏 PGP对这些问题提供一个安全电子邮件解决方案,具有以下功能 1.消息加密 2.数字签名 3.完整性确认 4.数据压缩 PGP使用的对称算法: IDEA, DES, Triple DES, CAST, A

【加解密专辑】对接触到的PGP、RSA、AES加解密算法整理

先贴代码,有空再整理思路 PGP加密 using System; using System.IO; using Org.BouncyCastle.Bcpg; using Org.BouncyCastle.Bcpg.OpenPgp; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities.IO; using System.Linq; namespace Server5.V2.Common { public static c

Ubuntu W: GPG error: http://archive.ubuntukey....NO_PUBKEY 8D5A09

在用 sudo apt-get update 时出现这样的报错: W: GPG error: http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D5A09DC9B929006 解决方案: sudo apt-key adv

使用GnuPG(PGP)加密信息及数字签名教程_转

转自:http://www.williamlong.info/archives/3439.html PGP (Pretty Good Privacy) 是由 Phil Zimmermann 于 1991 开发的一个用于数据加密和数字签名的程序,由于被广泛应用以至于后来形成一个开放的标准 OpenPGP,而 GnuPG 则是实现了该标准的一个开源免费程序,本文将会简单介绍如何使用 GnuPG 管理钥匙.加密解密文件和电子邮件.数字签名文件和电子邮件等内容.篇幅有点长,不过内容是很简单的,可以一步一

Linux下校验下载文件的完整性(MD5,SHA1,PGP)

查看: Linux下校验下载文件的完整性(MD5,SHA1,PGP) http://blog.useasp.net/archive/2014/03/29/use-md5-sha1-or-pgp-to-check-downloaded-file-integrity-on-linux.aspx Linux下的学习开始总是艰难的,但有的时候,却发现Linux下远比Windows的操作来的实在的多——这下载文件的完整性就是其中一件,让本人觉着很爽的一件事情.在编译安装各种软件的时候,总要到各个网站上收集

ubuntu: NO_PUBKEY 8D5A09DC9B929006

最近使用ubuntu16.04时,运行 sudo apt-get update 时出现如下错误: W: GPG error: http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D5A09DC9B929006 网上搜索,解

Mac Mail PGP Setup 如何在苹果电脑上设置安全邮件 良好隐私密码法(英语:Pretty Good Privacy,缩写为PGP)

背景知识 良好隐私密码法(英语:Pretty Good Privacy,缩写为PGP),一套用于讯息加密.验证的应用程序,采用IDEA的散列算法作为加密与验证之用. 关联文献:https://en.wikipedia.org/wiki/Pretty_Good_Privacy 使用工具: GPG Suite 苹果电脑中简易使用步骤 下载并安装 GPG Suite当前我现在的版本和文件名是:GPG_Suite-2015.09.dmg 按照步骤生成新公钥和私钥:或者稍后点击File>New Key来为

Ubuntu系统错误 没有公钥,无法验证下列签名: NO_PUBKEY 5F16B97C1AD28806

Ubuntu系统产生签名错误解决方法 例子: W: 校验数字签名时出错.此仓库未被更新,所以仍然使用此前的索引文件.GPG 错误:https://www.charlesproxy.com/packages/apt charles-proxy InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 5F16B97C1AD28806 解决方法: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5F16B9

如何使用pgp证书来验证文件的完整性

下载nginx服务器时提供了pgp证书,可以验证完整性. pgp证书是这样生成的(个人理解): 1. 现找到文件的HASH码,类似于md5 2. 用私钥对其进行加密. 3. 将公钥暴露到网站上. 4. 将证书暴露到网站上. 5. 终端用户导入公钥到本地. 6. 终端用户使用公钥解密证书,拿出hash信息来验证文件的完整性. 参考列表: http://www.jb51.net/LINUXjishu/156064.html http://blog.sina.com.cn/s/blog_630bf12