无法在 Ubuntu 12.10 Google Chrome 中安装扩展、主题
Unable to install extensions, themes in Google Chrome on Ubuntu 12.10
我正在使用 Ubuntu 12.10。当我尝试从 Chrome 网上商店安装 Google Chrome 浏览器的主题和扩展时,它显示以下错误:
Could not install package:
'UTILITY_PROCESS_CRASHED_WHILE_TRYING_TO_INSTALL'.
Could not install package because a utility process crashed.
Try restarting Chrome and trying again.
我不知道该怎么办。而且我找不到合适的解决方案。
这是 chrome 中的错误,请降级您的 chrome 浏览器或等待新版本。
这是an unidentified bug in Chrome that made a lot of noise。
由于Chrome开发者未能及时得到关于该bug的反馈,将其标记为WontFix。 因此,仅仅等待新版本很可能无济于事。
Closing for lack of actionable input on the bug.
If someone runs into this, please open a new bug!
你(是的,你,007!) can actually help everyone running into this bug. Create an issue at crbug.com, mentioning the old issue #401655 and following the debug steps outlined in that issue report, esp. this comment。
也就是说,该错误与使用的内核版本相关。 Ubuntu 12.10 是 no longer supported since 2014-05-16。 您可能应该移至 14.04 LTS 版本,该版本不存在此错误。
但如果您出于某种原因不能这样做,and/or 愿意帮助 Chrome 开发团队,请调查并提交错误报告!并在之后添加评论,指出您制造的错误。
-- GLaDOS, 传送门
版本 46.0.2490.80
已解决 utility_process_crashed_while_trying_to_install 问题如下:
- 修改crx后缀为zip,例如foo.crx->foo.zip
- 将foo.zip解压到一个文件夹,c:\chrome\foo
- 打开 chrome://extensions/
启用开发者模式
- "load unzipped extensions" 并打开 c:\chrome\foo
- foo.crx加载成功。
由于 crx 是 zip 文件,只有 htm,json,包含 js 文件,这是 chrome 错误和
希望这个变通方法可以帮助您避免 uninstall/install/upgrade 痛苦 :)
我正在使用 Ubuntu 12.10。当我尝试从 Chrome 网上商店安装 Google Chrome 浏览器的主题和扩展时,它显示以下错误:
Could not install package:
'UTILITY_PROCESS_CRASHED_WHILE_TRYING_TO_INSTALL'.
Could not install package because a utility process crashed.
Try restarting Chrome and trying again.
我不知道该怎么办。而且我找不到合适的解决方案。
这是 chrome 中的错误,请降级您的 chrome 浏览器或等待新版本。
这是an unidentified bug in Chrome that made a lot of noise。
由于Chrome开发者未能及时得到关于该bug的反馈,将其标记为WontFix。 因此,仅仅等待新版本很可能无济于事。
Closing for lack of actionable input on the bug.
If someone runs into this, please open a new bug!
你(是的,你,007!) can actually help everyone running into this bug. Create an issue at crbug.com, mentioning the old issue #401655 and following the debug steps outlined in that issue report, esp. this comment。
也就是说,该错误与使用的内核版本相关。 Ubuntu 12.10 是 no longer supported since 2014-05-16。 您可能应该移至 14.04 LTS 版本,该版本不存在此错误。
但如果您出于某种原因不能这样做,and/or 愿意帮助 Chrome 开发团队,请调查并提交错误报告!并在之后添加评论,指出您制造的错误。
-- GLaDOS, 传送门
版本 46.0.2490.80
已解决 utility_process_crashed_while_trying_to_install 问题如下:
- 修改crx后缀为zip,例如foo.crx->foo.zip
- 将foo.zip解压到一个文件夹,c:\chrome\foo
- 打开 chrome://extensions/ 启用开发者模式
- "load unzipped extensions" 并打开 c:\chrome\foo
- foo.crx加载成功。
由于 crx 是 zip 文件,只有 htm,json,包含 js 文件,这是 chrome 错误和 希望这个变通方法可以帮助您避免 uninstall/install/upgrade 痛苦 :)