Was just now trying to run apt update and got this error warning:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 6494C6D6997C215E W: Failed to fetch http://dl.google.com/linux/chrome/deb/d ... elease.gpg The following signatures
couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E W: Some index files failed to download. They have
been ignored, or old ones used instead.
Is there anything I should be doing now, or should I just leave it alone?
Google Chrome: no pubkey error - NO_PUBKEY 6494C6D6997C215E
Forum rules
Before you post please read how to get help
Before you post please read how to get help
-
- Level 3
- Posts: 126
- Joined: Sat Jul 18, 2015 4:58 am
- Location: Las Vegas, NV, USA
- kukamuumuka
- Level 16
- Posts: 6730
- Joined: Tue Sep 03, 2013 4:51 am
- Location: Finland
- Contact:
Re: no pubkey error
Just fix it.
viewtopic.php?f=42&p=1351074#p1350799
viewtopic.php?f=42&p=1351074#p1350799
Code: Select all
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
-
- Level 1
- Posts: 45
- Joined: Thu Apr 08, 2010 4:43 pm
Re: Google Chrome: no pubkey error - NO_PUBKEY 6494C6D6997C215E
I'm using Chomium and this DID NOT solve my problem with Yahoo Mail that I still cannot access.
Re: Google Chrome: no pubkey error - NO_PUBKEY 6494C6D6997C215E
You will want to start your own posting for that. Chrome and Chromium are two separate applications.princeinflorida wrote:I'm using Chomium and this DID NOT solve my problem with Yahoo Mail that I still cannot access.
*** IF your problem has been solved, please edit your ORIGINAL post and add [SOLVED] to the beginning of the Subject Line. It helps other members when browsing posts. ***
Re: Google Chrome: no pubkey error - NO_PUBKEY 6494C6D6997C215E
There is another thread on this issue
viewtopic.php?f=47&t=251133
Try this - it worked for me for a key that was out of date.
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com `sudo apt update 2>&1 | grep -o '[0-9A-Z]\{16\}$' | xargs`
viewtopic.php?f=47&t=251133
Try this - it worked for me for a key that was out of date.
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com `sudo apt update 2>&1 | grep -o '[0-9A-Z]\{16\}$' | xargs`