首页 > Windows开发 > 详细

There is no public key available for the following key IDs:9D6D8F6BC857C906

时间:2015-12-29 16:27:00      阅读:481      评论:0      收藏:0      [点我收藏+]



Debian报错:There is no public key available for the following key IDs:9D6D8F6BC857C906


解决办法(需在root下操作):


# gpg --recv-keys 9D6D8F6BC857C906


# gpg --export 9D6D8F6BC857C906 | apt-key add -


# apt-get update (即不会再提示报错)


There is no public key available for the following key IDs:9D6D8F6BC857C906

原文:http://yangzhiming.blog.51cto.com/4849999/1729462

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!