Unable to install Google Chrome

Posted by Jordan on Ask Ubuntu See other posts from Ask Ubuntu or by Jordan
Published on 2012-11-08T16:42:45Z Indexed on 2012/11/08 17:23 UTC
Read the original article Hit count: 856

Filed under:
|

I receive this in my terminal when I try to install using

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome*

or

sudo dpkg --install /Path/to/chrome.deb

I receive

Selecting previously unselected package google-chrome-stable.
(Reading database ... 146911 files and directories currently installed.)
Unpacking google-chrome-stable (from google-chrome-stable_current_i386.deb) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
  google-chrome-stable depends on xdg-utils (>= 1.0.2).

dpkg: error processing google-chrome-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
 google-chrome-stable

I then type

sudo apt-get install -f

And retry installation though it still does not install and I receive the same errors. I have also tried using:

sudo apt-get install libxss1 libnspr4-0d libcurl3

Though the above doesn't work either.

© Ask Ubuntu or respective owner

Related posts about 10.10

Related posts about google-chrome