I get the following error when running sudo apt update
on Debian.
GPG error: http://packages.cloud.google.com/apt cloud-sdk-stretch InRelease:
The following signatures were invalid: EXPKEYSIG 3746C208A7317B0F
This is a known issue.
https://cloud.google.com/compute/docs/troubleshooting/known-issues#keyexpired
Run the following command to obtain the latest key:
wget https://packages.cloud.google.com/apt/doc/apt-key.gpg \
&& apt-key add apt-key.gpg
or
curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg \
&& apt-key add apt-key.gpg
or.. if you like it simple without extraneous files and are feeling adventurous:
curl -f https://packages.cloud.google.com/apt/doc/apt-key.gpg \
| sudo apt-key add -
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With