03-25-2016, 06:36 PM
03-25-2016, 06:41 PM
Going to depend... 32 or 64 bit...
If it the google chrome issue...
https://www.linuxliteos.com/forums/sugge.../#msg22097
From the thread:
https://www.linuxliteos.com/forums/insta.../#msg21964
[/quote]
If it the google chrome issue...
https://www.linuxliteos.com/forums/sugge.../#msg22097
Quote:Its probably Google Chrome, Support ended March 1st..
see the below:
[quote author=Jerry link=topic=2834.msg21863#msg21863 date=1457066180]
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"
From the thread:
https://www.linuxliteos.com/forums/insta.../#msg21964
[/quote]
03-25-2016, 07:20 PM
It is 64 and this is what does, starts fetching the file list and freezes on Universe Translation and gives this error...couldn't fetch the package cache information lists.
and stops.
any hints?
and stops.
any hints?
03-25-2016, 09:23 PM
Did you open a terminal, and run the 2 commands for 64bit listed above.?