Created
January 13, 2017 12:54
-
-
Save Maden-maxi/f0919ea2aa14a5bcfcf1c5643ce3260e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
For Ubuntu 15.10 (64 bit): | |
sudo dpkg --force-all -r libnss3 | |
wget http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.19.2-1ubuntu1_amd64.deb | |
wget http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3-nssdb_3.19.2-1ubuntu1_all.deb | |
sudo dpkg -i libnss3_3.19.2-1ubuntu1_amd64.deb libnss3-nssdb_3.19.2-1ubuntu1_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment