Difference between revisions of "Chrome"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
= How to install google chrome on Linux = | = How to install google chrome on Linux = | ||
− | |||
* [[find out your distribution]] | * [[find out your distribution]] | ||
* [[find out if your system is 64bit or 32bit]] | * [[find out if your system is 64bit or 32bit]] | ||
* [http://www.google.com/chrome download chrome for your distribution] | * [http://www.google.com/chrome download chrome for your distribution] | ||
* proceed according to your distribution | * proceed according to your distribution | ||
+ | |||
+ | == SUSE Linux 12.2 x64 == | ||
+ | [[open a console]] and enter | ||
+ | [[yast]] -i lsb | ||
+ | cd | ||
+ | cd Downloads | ||
+ | [[rpm]] -ivh google-chrome*.rpm | ||
+ | Start the [[program]] with the [[command]] | ||
+ | google-chrome --user-data-dir | ||
+ | |||
+ | == 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 == | == Ubuntu Linux 11.10 == | ||
* [[open a console]] and enter | * [[open a console]] and enter | ||
+ | sudo [[apt-get]] [[install]] libcurl3 | ||
[[cd]] | [[cd]] | ||
cd Downloads | cd Downloads | ||
[[sudo]] [[dpkg]] -i google-chrome-stable*.deb | [[sudo]] [[dpkg]] -i google-chrome-stable*.deb | ||
+ | Start the [[program]] with the [[command]] | ||
+ | google-chrome | ||
== SUSE Linux 11.3 == | == SUSE Linux 11.3 == | ||
[[open a console]] and enter | [[open a console]] and enter | ||
− | yast -i lsb libjpeg6 | + | [[yast]] -i lsb libjpeg6 |
cd | cd | ||
cd Downloads | cd Downloads | ||
− | rpm -ivh google-chrome*.rpm | + | [[rpm]] -ivh google-chrome*.rpm |
+ | Start the [[program]] with the [[command]] | ||
+ | google-chrome |
Latest revision as of 07:18, 18 December 2012
Google Chrome is a browser that is easy to install and comes with everything you need - a flash player, java and a PDF viewer.
Contents
How to install google chrome on Linux
- find out your distribution
- find out if your system is 64bit or 32bit
- download chrome for your distribution
- proceed according to your distribution
SUSE Linux 12.2 x64
open a console and enter
yast -i lsb cd cd Downloads rpm -ivh google-chrome*.rpm
Start the program with the command
google-chrome --user-data-dir
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
- open a console and enter
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