Chrome

From Linuxintro
Revision as of 16:32, 4 January 2012 by 217.250.240.224 (talk) (SUSE Linux 12.1 x64)

Google Chrome is a browser that is easy to install and comes with everything you need - a flash player, java and a PDF viewer.

How to install google chrome on Linux

SUSE Linux 12.1 x64

open a console and enter

yast -i libpng12
cd
cd Downloads
rpm -ivh google-chrome*.rpm

Start the program with the command

google-chrome

Ubuntu Linux 11.10

sudo apt-get install libcurl3
cd
cd Downloads
sudo dpkg -i google-chrome-stable*.deb

Start the program with the command

google-chrome

SUSE Linux 11.3

open a console and enter

yast -i lsb libjpeg6
cd
cd Downloads
rpm -ivh google-chrome*.rpm

Start the program with the command

google-chrome