1

I have installed Chrome from the google website for Ubuntu 64 bit. However, when I go to launch it from the shortcut in the Application Manager it will not open.

When I try to open it from the command line I get the following:

mblanco@mblanco-MS-7680:~$ google-chrome
[17943:17978:0915/102720.885730: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 (core dumped)

mblanco@mblanco-MS-7680:~$ google-chrome-stable
[17982:18017:0915/102735.683053: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 (core dumped)

Ok just tried the following:

mblanco@mblanco-MS-7680:~$ sudo apt install --reinstall libnss3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 1,133 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main libnss3 amd64 2:3.19.2.1-0ubuntu0.15.04.2 [1,133 kB]
Fetched 1,133 kB in 0s (1,501 kB/s)
(Reading database ... 1182050 files and directories currently installed.)
Preparing to unpack .../libnss3_2%3a3.19.2.1-0ubuntu0.15.04.2_amd64.deb ...
Unpacking libnss3:amd64 (2:3.19.2.1-0ubuntu0.15.04.2) over (2:3.19.2.1-0ubuntu0.15.04.2) ...
Setting up libnss3:amd64 (2:3.19.2.1-0ubuntu0.15.04.2) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
N: Ignoring file 'unifi_sysvinit_all.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'unifi_sysvinit_all.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'unifi_sysvinit_all.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

mblanco@mblanco-MS-7680:~$ google-chrome
[19519:19554:0915/111546.104207: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 (core dumped)
dessert
  • 39,982
Mike Blanco
  • 11
  • 1
  • 4

1 Answers1

2

Do you use an old version of Ubuntu?

Upgrading to the latest Ubuntu (LTS recommended) version will solve your problem. Check this out Can't launch Chrome on ubuntu 15.10

  • Thanks for the help, which version should I upgrade to from 15.04? I just use it for the basics and mostly from the GUI. – Mike Blanco Sep 15 '17 at 17:45
  • I prefer using LTS (Long Term Support), which are being supported for years. I recommend upgading to Ubuntu 16.04.3 LTS. When you upgrade, tell me if you had any success. – George Mathioudakis Sep 15 '17 at 17:52
  • I went to this site to follow to do the upgrade: https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts However when I type do-release-upgrade it tells me no new release found – Mike Blanco Sep 15 '17 at 17:59
  • I recommend burning a Live CD or make a bootable Live USB with Ubuntu 16.04 LTS and choose Upgrade. Check this link – George Mathioudakis Sep 15 '17 at 19:25