Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fix NSS version not match when update Chrome in Ubuntu

After installing Chrome in Ubuntu, I start Chrome, then encounter the error below:

[4694:4729:0909/113001.627523: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)

How do I fix it?

like image 577
straw Avatar asked Sep 09 '17 03:09

straw


People also ask

How do I update Chrome from Linux command line?

Open Software Updater. Select and install the available Google Chrome update. Through Terminal. Type sudo apt-get update and then sudo apt-get --only-upgrade install google-chrome-stable .


2 Answers

If youre using ubuntu 14.04 then go to terminal

sudo apt-get install libnss3
sudo apt-get update

if you have google chrome installed then run it

google-chrome

or install it again

like image 115
Gagan Jain Bs Avatar answered Oct 14 '22 16:10

Gagan Jain Bs


I fixed this issue by updating the libnss3. please follow the following steps for quick fixing.

  1. Open 'Software Updater', then click on 'settings' button
  2. Tick 'important Security Updates (xenial-security) then close. It will update the cache.
  3. Open terminal and the run the command 'sudo apt-get install libnss3'

Now you can open google-chrome. it is worked for me.

Ubuntu 16.04 LTS

like image 23
Max Lituchy Avatar answered Oct 14 '22 15:10

Max Lituchy