You might have faced this error while installing Google Chrome (google-chrome-beta_current_i386.deb) on Ubuntu. This type of error occurs when your installation package is dependent on a library or a file which is missing in your system. In order to install Google Chrome on Ubuntu, you must install libnss3-1d which is basically a set of Network Security Service libraries. To fix this error, follow the step-by-step guide below.

Steps To Solve Google Chome libnss3-1d Dependency Issue
Find download links at the end of the article:
- Download Google Chrome for Ubuntu.
- Make sure you have latest version of Adobe Flash Player. If you haven't installed Flash Player yet, follow the steps below
- Navigate to Applications->Accessories->Terminal and copy-paste the script below
- In-case you are using Swiftfox then also run these commands in addition to the above ones, else skip the step.
- Now download libnss3-1d library and save it on your desktop. Run libnss3-1d*.deb and click on Install Package button.
- In-order to install libnss3-1d from terminal, navigate to the folder where you saved the downloaded file and use the following command:
- Thats it! Once the installation is complete. Launch google-chrome-beta_current_i386.deb and click on the Install Package button.
- Now launch Google Chrome from Applications->Internet->Google Chrome.
wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_10.0.32.18ubuntu1_i386.debwget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_10.0.32.18ubuntu1_i386.debwget -c http://archive.ubuntu.com/ubuntu/pool/main/g/gsfonts-x11/gsfonts-x11_0.21_all.debsudo dpkg -i gsfont*.debsudo dpkg -i flash*.deb
rm /usr/lib/swiftfox/plugins/libflashplayer.soln -s /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/swiftfox/plugins/libflashplayer.so
dpkg -i libnss3-1d*.debDownload Links:
Download Google Chrome for Linux.
Download libnss3-1d - Network Security Service libraries.
[via WebUpd8]




