最近,已经安装了 chrome 的 ubuntu 用户,可能会在更新时看到如下报错:
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)
解决方法是在系统的 chrome 源中改为:
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
详见:
https://www.reddit.com/r/chrome/comments/48oje6/linux_how_to_fix_failed_to_fetch/
http://www.omgubuntu.co.uk/2016/03/fix-failed-to-fetch-google-chrome-apt-error-ubuntu
http://www.webupd8.org/2016/03/fix-failed-to-fetch-google-chrome_3.html
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)
解决方法是在系统的 chrome 源中改为:
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
详见:
https://www.reddit.com/r/chrome/comments/48oje6/linux_how_to_fix_failed_to_fetch/
http://www.omgubuntu.co.uk/2016/03/fix-failed-to-fetch-google-chrome-apt-error-ubuntu
http://www.webupd8.org/2016/03/fix-failed-to-fetch-google-chrome_3.html