When running sudo apt-get update
I get the error:
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)
But this used to work until a few days ago. The mentioned web address dl.google.com/.../stable/Release
actually exists but it contains only Architectures: amd64
. The error message mentions binary-i386
, which is not amd64.
I tried all the usual fixes for general "Failed to fetch" problems but it did not make any difference in this case. Any suggestions? How can I fix the error message?