06-01-2017, 08:05 PM
Honestly, it was around 2 am two nights ago, and I am trying to remember exactly what I did. I have done a "forensic review" of my browser history in Firefox and Chrome (from main pc & laptop) to retrace my steps. I think there may have been an issue with Chrome download thru Firefox or the installer, so I searched for "install google chrome on Linux Lite".
My Firefox history did show a link to the Chrome download page immediately followed by "Welcome to Chrome" page and then two pages - for a couple extensions I use - auto-loaded after they auto-installed. So it looks like it was done thru browser, but I can't be 100% on that, because I vaguely remember using terminal. Firefox "Downloads" shows only one: google-chrome-stable_current_amd64.deb
Right after that, I installed a few Chrome themes, 4 or 5. Not sure if that's relevant, but thought with multiple redundancies or whatever, maybe that is related??
------
Worst case scenario, I was not on LL forum as I thought, but was here: http://linuxg.net/google-chome-has-been-...-2311-135/ and I may have used this to install Chrome:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
-------
Thanks for your time.
My Firefox history did show a link to the Chrome download page immediately followed by "Welcome to Chrome" page and then two pages - for a couple extensions I use - auto-loaded after they auto-installed. So it looks like it was done thru browser, but I can't be 100% on that, because I vaguely remember using terminal. Firefox "Downloads" shows only one: google-chrome-stable_current_amd64.deb
Right after that, I installed a few Chrome themes, 4 or 5. Not sure if that's relevant, but thought with multiple redundancies or whatever, maybe that is related??
------
Worst case scenario, I was not on LL forum as I thought, but was here: http://linuxg.net/google-chome-has-been-...-2311-135/ and I may have used this to install Chrome:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
-------
Thanks for your time.