Difference between revisions of "Google Applications"

From NST Wiki
Jump to navigationJump to search
(How do I install the Google Chrome browser?)
(How do I install the Google Desktop?)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__TOC__
 
= How do I install the Google Chrome browser? =
 
= How do I install the Google Chrome browser? =
  
Starting with the 2.11.0 release of the NST, you can install the '''[http://www.google.com/chrome/ Google]''' Chrome browser using the following commands:
+
Starting with the 2.11.0 release of the NST, you can install the '''[http://www.google.com/chrome/ Google Chrome]''' browser using the following commands:
  
 
  yum update
 
  yum update
Line 16: Line 17:
 
= How do I install the Google Desktop? =
 
= How do I install the Google Desktop? =
  
Starting with the 2.11.0 release of the NST, you can install Google Desktop using the following commands:
+
Starting with the 2.11.0 release of the NST, you can install '''[http://desktop.google.com/ Google Desktop]''' using the following commands:
  
 
  yum update
 
  yum update
 
  yum --nogpgcheck install google-desktop-linux
 
  yum --nogpgcheck install google-desktop-linux

Latest revision as of 15:58, 16 November 2010

How do I install the Google Chrome browser?

Starting with the 2.11.0 release of the NST, you can install the Google Chrome browser using the following commands:

yum update
yum --nogpgcheck install google-chrome-beta

How do I install the unstable (cutting edge build) version of the Google Chrome browser?

Starting with the 2.11.0 release of the NST, you can install the unstable version of Google Chrome browser using the following commands:

yum update
yum --nogpgcheck install google-chrome-unstable


How do I install the Google Desktop?

Starting with the 2.11.0 release of the NST, you can install Google Desktop using the following commands:

yum update
yum --nogpgcheck install google-desktop-linux