卸载 Google Chrome 时出现错误

卸载 Google Chrome 时出现错误

我无法更新或卸载 Google Chrome。我收到此错误:

Setting up google-chrome-stable (36.0.1985.125-1) ...
xdg-icon-resource: size argument must be numeric
Try 'xdg-icon-resource --help' for more information.
dpkg: error processing package google-chrome-stable (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 google-chrome-stable
E: Sub-process /usr/bin/dpkg returned an error code (1)

我记得以前更改和替换过 Google Chrome 的默认图标。我该如何解决这个问题?

答案1

根据错误和提及post-installation script,我会说安装甚至没有成功完成。您必须运行sudo dpkg --purge --force-all google-chrome-stable才能将其删除。

编辑:运行,并在调用 的任何行前面gksudo gedit /var/lib/dpkg/info/google-chrome-stable.postinst添加。保存它,然后再次尝试删除该包。#xdg-icon-resource

答案2

对我有用的是安装 xdg-utils 包、删除 chrome,然后在所有完成后删除 xdg.utils 包:

  1. yum 安装 xdg-utils
  2. yum 删除 google-chrome
  3. yum 删除 xdg-utils

答案3

响应这里帮助过我,

它与@saiarcot895 非常相似,只是我还必须以/var/lib/dpkg/info/google-chrome-stable.prerm相同的方式进行修改。

相关内容