Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76516
  • 博文数量: 20
  • 博客积分: 257
  • 博客等级: 二等列兵
  • 技术积分: 150
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-22 17:29
个人简介

文章分类

全部博文(20)

分类: LINUX

2013-09-04 16:31:45

When updating the Debian based system, it may happens that the apt-get displays an error message like:
当更新的基于Debian的系统,它可能发生的apt-get显示一个错误信息,如:
# apt-get update
W: GPG error: maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
5A9BF3BB4E5E17B5

This is a new feature of the apt-get system that guarantee the authenticity of servers for updating Debian.
这是一个新的功能,保证服务器的真实性更新Debian的apt-get的系统中。

Solution  解决
Simply type the following commands, taking care to replace the number of the key that displayed in the error message:
 只需键入以下命令,更换为显示在你错误消息中的 PUBKEY
# gpg --keyserver pgpkeys.mit.edu --recv-key
5A9BF3BB4E5E17B5
# gpg -a --export
5A9BF3BB4E5E17B5 | apt-key add -
阅读(2085) | 评论(0) | 转发(0) |
0

上一篇:How to Run Unixbench 5.1.3 on CentOS 6.3 x64

下一篇:没有了

给主人留下些什么吧!~~