Created
January 5, 2018 06:50
-
-
Save seafooler/8b3dc0d180e465fcce384454a7706bba to your computer and use it in GitHub Desktop.
Chrome on Ubuntu14.04 cannot launch correctly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Error | |
NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required | |
# Solution | |
``` | |
sudo apt-get install libnss3 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment