Skip to main content
1 of 2
acowpy
  • 131
  • 2

I had the same issue on Ubuntu 16.04 but found that apt wouldn't upgrade to the latest version of libnss3 by default.

I had to do the following:

  1. Open 'Software Updater', then click on 'settings' button
  2. Tick the 'important Security Updates (xenial-security) then close. it will update the cache
  3. Open terminal and then run the command 'sudo apt-get install libnss3'

Should then work

acowpy
  • 131
  • 2