Linux Lite Forums
CAN'T UPDATE - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17)
+--- Thread: CAN'T UPDATE (/showthread.php?tid=2792)



CAN'T UPDATE - hcasarrubias - 03-25-2016

I'm running Linux Lite 2.6 and for a while has not been able to fetch the file list, so, can update, any hints?


Re: CAN'T UPDATE - firenice03 - 03-25-2016

Going to depend... 32 or 64 bit...
If it the google chrome issue...

https://www.freecinema2022.gq/forums/suggestions-and-feedback/update-error-2864/msg22097/#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-failed-to-fetch-google-chrome_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.freecinema2022.gq/forums/installing-software/fix-for-google-chrome-on-linux-lite/msg21964/#msg21964
[/quote]


Re: CAN'T UPDATE - hcasarrubias - 03-25-2016

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?


Re: CAN'T UPDATE - Wirezfree - 03-25-2016

Did you open a terminal, and run the 2 commands for 64bit listed above.?