在 linuxmint 上打开 google-chrome 时出错

sah*_*ada 7 chrome linux-mint

我已经安装了最新版本的 google-chrome-stable(Google Chrome 61.0.3163.79),并且尝试使用以下命令在终端中打开:

google-chrome
Run Code Online (Sandbox Code Playgroud)

出现此错误:

[17942:17977:0907/162258.727461:FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted
Run Code Online (Sandbox Code Playgroud)

操作系统:Linux Mint 17.3

小智 9

打开终端。

然后输入:

sudo apt-get update
sudo apt-get install libnss3
Run Code Online (Sandbox Code Playgroud)

它可能会要求依赖项,仔细检查它们并确认是否正常。

这应该将 NSS 更新到最新版本。

您现在可以打开适用于 Linux 的 Google Chrome 并查看它是否有效。

如果不尝试从终端运行它,看看它是否提供任何错误消息以供将来调查

要在终端中运行 Google Chrome,请键入以下内容:

google-chrome
Run Code Online (Sandbox Code Playgroud)