Unable to install Google Chrome
- by Jordan
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.