03-04-2016, 04:36 AM
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:
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:
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"