相关疑难解决方法(0)

GPG错误:http://packages.cloud.google.com/apt EXPKEYSIG 3746C208A7317B0F

sudo apt update在Debian上运行时出现以下错误.

GPG error: http://packages.cloud.google.com/apt cloud-sdk-stretch InRelease:
The following signatures were invalid: EXPKEYSIG 3746C208A7317B0F
Run Code Online (Sandbox Code Playgroud)

google-cloud-platform gcloud gcloud-cli

22
推荐指数
1
解决办法
8563
查看次数

PGP TarBall File Signature Keys Verification fails with no valid OpenPGP data found

This is the first time I figured I had better check the keys of the bind software I want to install. So I downloaded what I think is a OpenPGP key ...

$ wget ftp://ftp.isc.org/isc/bind9/9.9.4/bind-9.9.4.tar.gz.sha1.asc
Run Code Online (Sandbox Code Playgroud)

... then I tried to "import" this key like this ...

$ gpg --import bind-9.9.4.tar.gz.sha1.asc
Run Code Online (Sandbox Code Playgroud)

... but I get this error message:

gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
Run Code Online (Sandbox Code Playgroud)

What am I doing wrong?

Thanks!

openpgp

16
推荐指数
2
解决办法
5万
查看次数