当我尝试更新时:
sudo apt-get 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. Also every time that I get new updates from Software & Updates it fails. How can I work to fix this issue?
我不知道如何使用这解决方案。
答案1
打开终端CTRL + ALT + T
并使用此代码:
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list"
Google 已不再支持 32 位系统。您的问题与此有关。您可以使用该代码修复此错误。
但请先搜索您的问题,如果不存在,您可以提出一个新问题。