| 
		
	
	
	
		
	Posts: 9,006 
	Threads: 567 
	Joined: Feb 2014
	
 Reputation: 
12 
	
	
	
		
	Posts: 227 
	Threads: 33 
	Joined: Aug 2014
	
 Reputation: 
0 
	
	
		 (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.
 
I guess I misunderstood.  I c/p'ed both of those lines of code then uninstalled Chrome.  I'll either reinstall Chrome or see what the the code below does.  Thanks.
  (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"
 
If I c/p that code, will it reinstall Chrome or do I need to install Chrome THEN run that code?  Or reinstall Chrome and disregard that code?
	 
	
	
	
		
	Posts: 227 
	Threads: 33 
	Joined: Aug 2014
	
 Reputation: 
0 
	
	
		 (03-08-2016, 02:23 PM)torreydale link Wrote:...reinstall Chrome via Lite Software. 
When I try to install Chrome via Lite Software, I get this error: "Error  Unable to locate package google-chrome-stable".  I can run updates just fine.  What am I missing?
	 
	
	
	
		
	Posts: 1,484 
	Threads: 96 
	Joined: Mar 2014
	
 Reputation: 
0 
	
	
		Hi,
 It maybe just a sequence thing, or maybe Lite Software now needs an update because of Google fix Jerry noted.??
 
 Try this:
 Open a terminal, and run the initial commands again:
 
 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"
 Then do:
Do you see any errors..??, If YES, post here, otherwise: Menu > Favourites > Install Updates
Do you see any errors..??, If YES, post here, otherwise: Menu > System > Lite Software
Then try to install Chrome again, does it now install.??
 
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  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)
 
	
	
	
		
	Posts: 227 
	Threads: 33 
	Joined: Aug 2014
	
 Reputation: 
0 
	
		
		
		03-09-2016, 01:20 PM 
(This post was last modified: 03-09-2016, 01:29 PM by Monkeyman.)
		
	 
		
 Still won't install although: Menu>System>Lite Software shows it installed.  Menu>Internet doesn't show it.
 
 EDIT:  I get the same error message when I try to uninstall Chrome and it continues to show that it's installed.
 
	
	
	
		
	Posts: 1,484 
	Threads: 96 
	Joined: Mar 2014
	
 Reputation: 
0 
	
	
		Hi, 
open a terminal and type:
 Code: google-chrome-stable
Does it start.?
	
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  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)
 
	
	
	
		
	Posts: 227 
	Threads: 33 
	Joined: Aug 2014
	
 Reputation: 
0 
	
	
		Nope.  I get "command not found".
	 
	
	
	
		
	Posts: 1,484 
	Threads: 96 
	Joined: Mar 2014
	
 Reputation: 
0 
	
	
		O.K,
 So Lite Software thinks it's installed, but it seems it's not.
 I think it needs a comment from somebody in the know...
 
 Out of interest, How does it show in Synaptic, search for: google-chrome-stable
 
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  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)
 
	
	
	
		
	Posts: 1,602 
	Threads: 86 
	Joined: Jun 2015
	
 Reputation: 
0 
	
	
		At this point, it may behoove you to just install Chrome via their website.  Download and run the 64-bit *.deb file.  I think it can be found here:  https://www.google.com/chrome/browser/de...ndex.html#
Want to thank me?  Click my [Thank] link.
 
	
	
	
		
	Posts: 227 
	Threads: 33 
	Joined: Aug 2014
	
 Reputation: 
0 
	
	
		Synaptic shows Chromium but not Chrome.
 I work nights so I'm off to bed.  Thanks for your help.  Maybe someone else will check in.
 |