如何禁止更新命令以查找google-chrome依赖项

时间:2016-05-21 09:38:39

标签: linux google-chrome ubuntu ubuntu-12.04

我正在使用ubuntu 12.04。我正在尝试更新系统但是使用google-chrome模块时出现了一些错误。

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.

有没有办法,我可以删除上面的依赖项,以便我的更新可以成功运行,我尝试通过删除谷歌浏览器使用:

sudo apt-get purge google-chrome-stable 

但错误仍然相同。

1 个答案:

答案 0 :(得分:1)

您可以在apt源列表文件中评论google chrome的更新链接。

  1. cd /etc/apt
  2. sudo grep -rn "google" *找出包含google chrome
  3. 更新链接的apt列表文件
  4. 使用您熟悉的编辑器标记这些行。
  5. 就我而言,消息如下:

      

    sources.list.d / google-chrome.list:3:deb http://dl.google.com/linux/chrome/deb/稳定主要   sources.list.d / google-chrome.list.save:3:deb http://dl.google.com/linux/chrome/deb/ stable main