Install Google Chrome on Fedora 18

This tutorial will show you how to install Google Chrome latest version on Fedora 18. Fedora 18 already equipped with Mozilla Firefox, but to me Google Chrome is much better. OK, not more talk. Lets install Google Chrome on Fedora 18.

Tutorial objective:

This brief tutorial will explain how to install and run Google Chrome latest version on Fedora 18.
 
First, we need to download Google Chrome RPM package. You can download it from here. Make sure you select the rpm package and select either 32 bit or 64 bit based on your architechture. 


Now open Terminal to install several packages needed by Google Chrome. Execute this command on Terminal as root
yum install lsb wget libpng12.so.0
When done, now its time to install Google Chrome 
rpm -Uvh google-chrome-stable_current_i386.rpm
Done!