How to : Quick intsll google software on ubuntu

By Daki - Last updated: Thursday, June 3, 2010 - Save & Share - 2 Comments

zrtn 007n1c0b1830 tn How to : Quick intsll google software on ubuntu

Via: http://www.google.com/linuxrepositories/apt.html

On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes.

For more information on Google’s package signing key, see the Signing Key page.

Run these commands as root:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
Add the following rule to e.g. /etc/apt/sources.list,
 or if your distro has the /etc/apt/sources.list.d/ directory,
add it to a file called google.list in that directory:
# Google software repository
deb http://dl.google.com/linux/deb/ stable non-free main
then use apt as usual, e.g.

sudo apt-get update
Install google chrome

sudo apt-get install google-chrome-unstable

Install picasa
sudo apt-get install picasa

Install Google Earth

sudo apt-get install googleearth-package

sudo make-googleearth-package –force

sudo dpkg -i *.deb

Install Google Desktop

sudo apt-get install google-desktop-linux

Via: http://www.google.com/linuxrepositories/apt.html

Posted in HowTo • Tags: , Top Of Page

2 Responses to “How to : Quick intsll google software on ubuntu”

Pingback from How to : Quick intsll google software on ubuntu « 吾吖攷
Time June 18, 2010 at 12:14 am

[...] Add Comment | RSS feed(Subscribe to Google Reader) | From Kuapp.COM [...]

Comment from Henry Armitage
Time March 5, 2011 at 12:48 am

I find this relevant to my interests. Thank you for posting this tut. :)

Write a comment