apt-get update報GPG error錯誤

  最近用Debian testing/sid的朋友会发现在做apt-get update时会报告GPG error,虽然之后apt-get upgrade正常,不过总是有些不爽的。解决方法如下:
[code]gpg –keyserver keyring.debian.org –recv-keys 2D230C5F
gpg –armor –export 2D230C5F | apt-key add –
apt-get update[/code]

Technorati Tags: , ,

Leave a Reply

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).