When you trying to install google chrome on Ubuntu 12.04, you may end up with this error message
$ dkpg -i google-chrome-stable_current_i386.deb
Google-chrome-stable depends on libnss3-1d (>= 3.12.3); however;
Package libnss3-1d is not installed.
Google-chrome-stable depends on libxss1; however;
Package libxss1 is not installed
dkpg: error processing google-chrome-stable (--install)
To fix this issue you need to install those missing packages. Here are commands to install those packages
$ sudo apt-get install libnss3-1d:i386
$ sudo apt-get install libxss1:i386
Then try
$ dkpg -i google-chrome-stable_current_i386.deb
I hope this time you can able to install Google Chrome without any issues.
No comments:
Post a Comment