Linux Lite Forums
[SOLVED] Lite Software - Chrome Error - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7)
+--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30)
+--- Thread: [SOLVED] Lite Software - Chrome Error (/showthread.php?tid=1607)

Pages: 1 2


[SOLVED] Lite Software - Chrome Error - Scott(0) - 03-03-2015

@Jerry/Misko
Just some friendly feedback. On LL2.2/64 I'm getting an error when attempting to install Chrome via Lite Software.

[Image: 7hUWVSe.png]


Re: Lite Software - Chrome Error - avj - 03-03-2015

Getting same error on LL2.2/32bit.
[Image: If5g5p1.png]
Just to verify for 32bit.


Re: Lite Software - Chrome Error - anon222 - 03-03-2015

Thanks for reporting this Scot and Avj.
I'm not currentlz getting that error.
[Image: Bh9xvFp.png]
Check google-chrome.list
To display the contents of that file run
Code:
cat /etc/apt/sources.list.d/google-chrome.list
Should look like this:
Code:
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
Try running sudo apt-get update before installing Chrome.
Code:
sudo apt-get update



Re: Lite Software - Chrome Error - avj - 03-03-2015

Updating package info did the trick on my end. That is one of the things I always forget, it would be nice if it could do this automatically, after selecting which packages to install in install additional software.  Smile


Re: Lite Software - Chrome Error - altman - 03-03-2015

Every time that I start my computor I update my system , it s an habit that I have taken from my beginnings on Linux .

& LL have a nice updating script .


Re: Lite Software - Chrome Error - avj - 03-03-2015

Coming from windows I usually have the habit of waiting to make sure updates don't cause unexpected problems. Some habits are hard to break.  Smile


Re: Lite Software - Chrome Error - altman - 03-04-2015

Yep , you can update once a week , it will be all right mate .

Coming from Debian Unstable , where dist-upgrades were kind of some hell sometimes , it s easy on LL .


Re: Lite Software - Chrome Error - Valtam - 03-04-2015

(03-03-2015, 11:30 PM)avj link Wrote: Updating package info did the trick on my end. That is one of the things I always forget, it would be nice if it could do this automatically, after selecting which packages to install in install additional software.  Smile

Package repos will be updated first in the next version of Lite Software Smile


Re: Lite Software - Chrome Error - avj - 03-04-2015

That is great, thank you.  Smile


Re: Lite Software - Chrome Error - Scott(0) - 03-04-2015

Just installed Chrome successfully with Lite Software. I have no idea why it failed before and worked now. Initially I used "apt-get update" when it failed and used it again just now and it worked. The only difference is the computer was restarted between attempts and the attempts were eight hours apart. It's a mystery.