LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fix for Google Chrome on Linux Lite
#1
Source - http://www.webupd8.org/2016/03/fix-faile...ome_3.html

We've removed Chrome from the Lite Software 32bit version.

For 32bit Google Chrome:

Open a terminal and do each of these commands one at a time:

Code:
sudo rm /etc/apt/sources.list.d/google-chrome.list
sudo apt-get remove google-chrome-stable

Install Chromium via Lite Software. Do not keep Chrome installed on 32bit Linux Lite. You are placing your system at risk by taking this chance.

For 64bit Google Chrome:

Open a terminal and do each of these commands one at a time:

Code:
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"
Reply
#2
Was doing a clean install of LL 2.8 64 bit on a friends laptop this morning.

After install you cannot update until sources list is corrected.

Difficult for someone new to Linux  :Smile

Jocklad
Reply
#3
I installed last night the 2.8 32 bits and have the same issue when trying to update.. but the source or server it's jamming on doesn't seem to be chrome related though... always something like:

"http://us.archive.ubuntu.com trusty/universe Translation-en"  or close to that (don't have it in front of me right now.

If I apply the fix for chrome 32 bits, will this fix it too (best guess)?
Reply
#4
apply the 32bit fix, try to update, and report if you still get an error.
But you will need to install an alternative browser,
Chrome 32 bit is no longer supported.
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply
#5
The same problem arose in my two 32-bit Mint MATE installations, so I'm grateful for the discussion here.  I've removed the repositories and uninstalled Chrome.

I've been phasing out Chrome from all my systems anyway, as I have Firefox synced across all of them and also Chrome had been crashing on our desktop when certain situations arose. 

Cheers,
Andy N1KSN
Reply
#6
(03-04-2016, 01:07 PM)Jocklad link Wrote:Was doing a clean install of LL 2.8 64 bit on a friends laptop this morning.

After install you cannot update until sources list is corrected.

Difficult for someone new to Linux  :Smile

Jocklad

You can thank Google for this.
Reply
#7
Fixing the Chrome 32 bit fixed my updates too, Thanks for the info! Smile
Reply
#8
I'm using the 64bit version.  Updated a couple weeks ago with no issues.  Tried updating when I read this and couldn't.  Uninstalled Chrome and typed in those fixes and now it updates.  Too bad as I can't get videos on Amazon Prime to play in Firefox but could in Chrome.
Reply
#9
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.
Want to thank me?  Click my [Thank] link.
Reply
#10
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"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)