Install Google Chrome on Linux Mint 15 Olivia

As always, Google Chrome will be installed on every Linux distribution that I use including the new Linux Mint 15 Olivia. On this post, I will show you how to install Google Chrome on Mint 15 Olivia. By default, you will have Mozilla Firefox version 20 installed on Mint 15 (Beta version). OK lets get things done.
Steps to install Google Chrome on Linux Mint 15
2. Open Terminal and cd to the download directory
cd /home/fitri/Downloads

3. Install Google Chrome using command
sudo dpkg -i google-chrome-stable_current_amd64.deb
4. If you got the following error, you must proceed to the next step :
mint@mint ~/Downloads $ sudo dpkg -i google-chrome-stable_current_amd64.deb
(Reading database ... 144511 files and directories currently installed.)
Preparing to replace google-chrome-stable 18.0.1025.162-r131933 (using google-chrome-stable_current_amd64.deb) ...
Unpacking replacement google-chrome-stable ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
 google-chrome-stable depends on libudev0 (>= 147); however:
  Package libudev0 is not installed.

dpkg: error processing google-chrome-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
 google-chrome-stable
5. Download and install libudev0 on Mint 15
cd /tmp
wget https://dl.dropboxusercontent.com/u/964512/lffl/libudev0_175-0ubuntu19_amd64.deb
sudo dpkg -i *.deb
sudo apt-get -f install
6. Now re install Google Chrome again
sudo dpkg -i google-chrome-stable_current_amd64.deb
Now Google Chrome should be installed without problem.