Chrome Installation goes fine from WorkSpace but doesn't initiate.
NSS must be updated.
- Open terminal
- Check if the issue is about it running Chrome manually
# google-chrome-stable
- It should return the message:
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.
- To update this run the command:
# sudo apt-get install --reinstall libnss3
- Try to run again, it should work.