Saturday, September 1, 2012

Google Chrome install in Linux


To install Google Chrome I have used following steps

1. Downloaded the rpm file from the Google chrome website https://www.google.com/intl/en/chrome/browser/

2. Logged in as root in terminal and then navigated to the downloaded rpm file
google-chrome-stable_current_i386.rpm

3. Used following command for installation
rpm -ivh google-chrome-stable_current_i386.rpm

But got following error
Error: Package: google-chrome-stable-21.0.1180.89-154005.i386 (/google-chrome-stable_current_i386)
           Requires: lsb >= 4.0

4. Therefore I downloaded following packages from the website http://www.rpmfind.net/linux/rpm2html/search.php
lsb
lsb-core

5. I then installed those two packages
rpm -ivh lsb-core-4.0-mgc25.i686.rpm
rpm -ivh lsb-4.0-mgc25.i686.rpm

6. Finally i installed the Chrome browser
rpm -ivh google-chrome-stable_current_i386.rpm





No comments:

Post a Comment

Powered By Blogger

Followers