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;
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.