0

I've just installed Spotify, and it doesn't open, just displays an error message. I'm running Ubuntu 14.04.

Error message:

[1102/172855.962775: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.
Aborted (core dumped)
pomsky
  • 70,557
Bob.H
  • 9

1 Answers1

1

Maybe it's the issue with NSS version.

Try this one:

sudo apt-get install --reinstall libnss3

It works for me.

double-beep
  • 195
  • 1
  • 5
  • 13