ubuntu-how to solve the error-Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release

  

Error in Sudo Apt-Get Update:
“Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry ‘main/binary – i386/Packages in the Release file (Wrong sources. The list entry or malformed The file”
Solution:
1, open/etc/apt/sources list. D/Google – chrome. The list file (either with vim and gedit) :
sudo vim/etc/apt/sources list. D/Google – chrome. The list
2, modify the file contents:
is:
deb http://dl.google.com/linux/chrome/deb/ stable main
,
deb [arch = amd64] http://dl.google.com/linux/chrome/deb/ stable main
3, execute the update command again to pass the
sudo apt-get update
Reference:
http://www.omgubuntu.co.uk/2016/03/fix-failed-to-fetch-google-chrome-apt-error-ubuntu

Read More: