Guest User

Untitled

a guest
Nov 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [7465:7499:0911/174740.042852: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.
  2. Aborted
  3.  
  4. sudo apt-get-upgrade
  5. sudo apt-get dist-upgrade
  6. sudo apt-get update
  7. sudo apt-get install libnss3
  8.  
  9. libnss3:
  10. Installed: 2:3.19.2.1-0ubuntu0.15.04.2
  11. Candidate: 2:3.19.2.1-0ubuntu0.15.04.2
  12. Version table:
  13. *** 2:3.19.2.1-0ubuntu0.15.04.2 0
  14.  
  15. sudo dpkg -i libnspr4_4.13.1-0ubuntu0.16.10.1_amd64.deb
  16.  
  17. sudo dpkg -i libnss3_3.26.2-1ubuntu1_amd64.deb
  18.  
  19. sudo dpkg --force-all -i libnss3-nssdb_3.26.2-0ubuntu0.16.04.2_all.deb
  20.  
  21. sudo apt-get install dpkg-repack
  22. sudo dpkg-repack libnss3-nssdb
Add Comment
Please, Sign In to add comment