Skip to content

Instantly share code, notes, and snippets.

@seafooler
Created January 5, 2018 06:50
Show Gist options
  • Save seafooler/8b3dc0d180e465fcce384454a7706bba to your computer and use it in GitHub Desktop.
Save seafooler/8b3dc0d180e465fcce384454a7706bba to your computer and use it in GitHub Desktop.
Chrome on Ubuntu14.04 cannot launch correctly
# 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