今天下了 apt-get update 指令之後,就出現了這個錯:
There are no public key available for the following key IDs: A70DAF536070D3A1
這跟之前的錯誤
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
是一樣的解決方式,可以用以下指令解決:
# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys A70DAF536070D3A1
# gpg --armor --export A70DAF536070D3A1 | apt-key add -
記下來,免得又忘了。
There are no public key available for the following key IDs: A70DAF536070D3A1
這跟之前的錯誤
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
是一樣的解決方式,可以用以下指令解決:
# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys A70DAF536070D3A1
# gpg --armor --export A70DAF536070D3A1 | apt-key add -
記下來,免得又忘了。
全站熱搜
留言列表