Op Thu, 03 Mar 2016 09:40:59 +0100 schreef John Conover
<cono...@rahul.net>:
Google no longer supports chrome for 32 bit. Unfortunately, apt-get
crashes and aborts and will not update the rest of the system when it
tries to read the chrome directory at google.
How do you purge google chrome and talk so apt-get will work?
Thanks,
John
probably you have a file in /etc/apt/sources.list.d/ called
google-chrome.list
You can remove that file or open it and place a # in front of deb
http://dl.google.com/...
or if you can run 64bit programs add after deb [arch=amd64] so the line
will look like
deb [arch=amd64] http://dl.google.com/...
after you made some changes don't forget to run apt-get update
success,
floris