Error installing Google Chrome on Ubuntu 13.04 Fixed

Ubuntu 13.04 and other derivatives required a package called libudev0 in order to install Google Chrome on it. So, at the first attempt, I got the following error after trying to install Google Chrome package on my Ubuntu 13.04

Unpacking google-chrome-stable (from google-chrome-stable_current_amd64.deb) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libgconf2-4 (>= 2.27.0); however:
  Package libgconf2-4 is not installed.
google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:
  Package libnss3-1d is not installed.
google-chrome-stable depends on libudev0 (>= 147); however:
  Package libudev0 is not installed.
google-chrome-stable depends on libxss1; however:
  Package libxss1 is not installed.
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-2.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
google-chrome-stable

 

 

If you have the same error, you will need to download and install libudev0 on Ubuntu 13.04. Download from the following link:

libudev0 for Ubuntu 32bit

libudev0 for Ubuntu 64bit

Now, still in Terminal I use the command below

wget http://launchpadlibrarian.net/119461136/libudev0_175-0ubuntu13_amd64.deb

sudo dpkg -i libudev0_175-0ubuntu13_amd64.deb

sudo dpkg -i google-chrome-stable_current_amd64.deb

sudo apt-get -f install

Now Google Chrome works on my Ubuntu 13.04