感謝這位前輩的指點,下面是您介紹的那篇文章的轉貼,小生照著執行了以後問題似乎是解決了,但是可否能夠說明一下這幾道指令的意含呢??? 因為小生看半天實在看不懂這是什麼意思,煩請各位前輩指點一下不才的小生喔,非常的感謝!!!
W: GPG error:
ftp://www.hk.debian.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F1D53D8C4F368D5D NO_PUBKEY 010908312D230C5F
W: You may want to run apt-get update to correct these problems
Solution:
$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys F1D53D8C4F368D5D
$ gpg --armor --export F1D53D8C4F368D5D | apt-key add -
$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 010908312D230C5F
$ gpg --armor --export 010908312D230C5F | apt-key add -
$ apt-get update
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.
--- Albert Einstein, 1930