03-09-2016, 03:44 AM
Download your free copy of Linux Lite today.
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
(03-08-2016, 02:23 PM)torreydale link Wrote:Monkeyman,
You didn't need to uninstall your 64-bit version of Chrome. Instead you could have copied and pasted the two lines associated with the 64-bit Chrome fix, and your updates would have continued.
To get back to a world with Amazon working in a browser, reinstall Chrome via Lite Software. If you run into the same problem with updates not running afterwards, then copy and paste those two lines.
This is not a Linux Lite issue. It's a Google issue that is affecting Debian/Ubuntu based Linux distributions. And it's been going on for a week.
(03-09-2016, 03:32 AM)Jerry link Wrote:New Chrome out today, looking at some of the code, it looks like they fixed the repo issue eg.
Code:# sources.list setting for google-chrome updates.
REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
REPOCONFIGREGEX="deb (\[arch=[^]]*\bamd64\b[^]]*\][[:space:]]*)?https?://dl.google.com/linux/chrome/deb/ stable main"
(03-08-2016, 02:23 PM)torreydale link Wrote:...reinstall Chrome via Lite Software.
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list"
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome"sudo apt-get update
google-chrome-stable
