Chrome won't start after update Ubuntu 14.04

After updating Chrome today, it fails to be launched. Any ideas on how to fix this? I am using Ubuntu 14.04.

I've already tried:

  • deleting cookies;
  • deleting and reinstalling;
7

1 Answer

Running google-chrome-stable in the terminal gave me the following message: 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

This was quite easily solved by just running:

sudo apt-get update.

As Android Dev suggested, running sudo apt-get install --only-upgrade libnss3 might also work.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like