WARNING!!! As this site contains some arts' photos such as Michelangelo's David statue which were classed as Indecent Articles by the Government of Hong Kong Special Administrative Region, people who under 18 are not allowed to enter this site.
警告!!!由於本站含有香港特別行政區政府評級為不雅物品之藝術品照片(如米開羅之大衛像),未滿18歲之人士,不得進入本站。

5 January, 2006

GPG error: for apt-get

Filed under: Computer, Debian, Linux — wanleung @ 9:38 am

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