![]() |
[SOLVED] Google signing key - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: [SOLVED] Google signing key (/showthread.php?tid=1246) |
[SOLVED] Google signing key - Scott(0) - 12-10-2014 Yesterday I was receiving this repository error (or some version of it) for most of the day on both LL 2/64 and LL 2.2/64 in virtualbox. Quote:Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages Hash Sum mismatch The fix that ended up working, so far, is to reapply Google's signing key Code: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - So far I've only needed to reapply the signing key to LL 2, the problems with LL 2.2 stopped on their own. Re: Google signing key - altman - 12-10-2014 Thanx for the tip Scott , might be useful one day . Re: Google signing key - TMG1961 - 12-10-2014 Thanx for the tip Scott Re: Google signing key - colinkx250 - 12-10-2014 Thanks Scott I had the same issue as you with install updates today. Your fix sorted it for Linux Lite 2.2 and its very much appreciated.This community is ace! |