Skip to content

Instantly share code, notes, and snippets.

@noromanba
Last active May 23, 2020 03:06
Show Gist options
  • Save noromanba/fcadc4ee4e9b03f7c1e8 to your computer and use it in GitHub Desktop.
Save noromanba/fcadc4ee4e9b03f7c1e8 to your computer and use it in GitHub Desktop.
google-chrome-stable GPG error on apt

#google-chrome-stable GPG error on Linux v 39.0.2171.95 on Ubuntu i386

solved

Alex Mineer said... The hash sum mismatch should now be corrected, please let me know if you continue to see this. 10:37 AM, December 10, 2014

http://googlechromereleases.blogspot.com/2014/12/stable-channel-update.html?showComment=1418236657785#c335568855114184121


feedback

same reports

kochar said... Hello Alex, I am still having hash sum mismatch error on Ubuntu.

The error I got on apt-get update after installing the new deb file. W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages Hash Sum mismatch

The error with the old source is hash sum mismatch for i386.

I'm on 64 bit machine. 3:27 AM, December 10, 2014


Alex Mineer said... Hi Kochar,

We're aware of the hash sum mismatch and are actively investigating - hopefully this will be resolved shortly. Thanks for the report! 9:16 AM, December 10, 2014

fix by hand

I tried

remove/purge chrome

sudo aptitue purge google-chrome-stable

remove conf

sudo mv /etc/default/google-chrome ~

remove apt-line

sudo rm /etc/apt/sources.list.d/google-chrome.list

remove key

software-properties-gtk

Authentication -> Trusted software providers

search "Google..." and "Remove" it; 2007-XX-XX

download

choose your env ver

install

sudo dpkg -i google-chrome-stable_current_i386.deb

show version w/ gdebi or gdebi-gtk, like this; 39.0.2171.95-1

update apt-line

sudo aptitude update && aptitude upgrade -y

no error, fixed up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment