Skip to content

Instantly share code, notes, and snippets.

@khanani92
Created April 27, 2016 19:52
Show Gist options
  • Select an option

  • Save khanani92/6ef053b4e987eb0c49c8c61cafbb2b49 to your computer and use it in GitHub Desktop.

Select an option

Save khanani92/6ef053b4e987eb0c49c8c61cafbb2b49 to your computer and use it in GitHub Desktop.
restore Upwork on Ubuntu 14.04
# Problem package: https://launchpad.net/ubuntu/+source/nss
# Repository of package releases: http://security.ubuntu.com/ubuntu/pool/main/n/nss
#
# NOTE: This recipe tested only for ubuntu 14.04 32 bit
# Open ubuntu terminal, copy and paste and run commands below
# Check your ubuntu version
lsb_release -a
# Download old version of nss libraries
wget http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.19.2-1ubuntu1_i386.deb
wget http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3-1d_3.19.2-1ubuntu1_i386.deb
# Install downloaded packages
sudo dpkg -i libnss3*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment