I have an exclamation point saying "The update information is outdated" which has appeared today (2016-10-03), and when I ran the update manager I got an error message that it failed to download information. (By the way, there is nothing wrong with my internet connection.)
The command: sudo apt-get update
gives me this error message after an attempt to update:
W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Google Chrome seems to be giving me a hard time?
Source of this solution:
then update with
and everything will be fine.
Long explanation: Google Chrome packages put automatically their repository file in
/etc/apt/sources.list.d/
.Since the beginning of March the 32 bit (
i386
) repository has been disabled - see this question for more details.Unfortunately they forgot to update the information on their source file!
The problem was then solved since version 49.0.2623.87 of Google Chrome, but for previous versions the above procedure is a workaround to this problem.
For me on Ubuntu 14.04.3 I also had to update:
Which had:
with:
OR just terminal:
Same issue with google-webdesigner
NEW FILE:
$ cat /etc/apt/sources.list.d/google-webdesigner.list deb [arch=amd64] http://dl.google.com/linux/webdesigner/deb/ stable
mainPREVIOUS VERSION:
$ cat /etc/apt/sources.list.d/google-webdesigner.list.save deb http://dl.google.com/linux/webdesigner/deb/ stable main
& now an new error:
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages) W: You may want to run apt-get update to correct these problems
Just remove:
sudo rm /etc/apt/sources.list.d/google.list