While installing google chrome stable from debian package, you might face dependency error. To avoid this dependency error, Install Google Chrome in Ubuntu using PPA
Advertisements
“”” dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:
and
Advertisements
google-chrome-stable depends on libxss1; however:
dpkg: error processing google-chrome-stable (–install): “””
Check the screen shot below.
To Solve
Install the dependency libraries by using the following commands on terminal, type the password for the user when prompted.
NOTE: To avoid mistakes copy and paste the commands in terminal, because “l” is looks like “1” in below commands.
For libnss3-1d
sudo apt-get install libnss3-1d:i386
For libxss1
sudo apt-get install libxss1:i386
After installing the dependencies try re-installing the google chrome stable. It will work.
Hope this will be helpful for you!!!
Pingback: Install Google Chrome in Ubuntu 12.04 using .deb file | HowOpenSource()