How to : Quick intsll google software on ubuntu
Via: http://www.google.com/linuxrepositories/apt.html
Command line configuration for APT
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
2 Responses to “How to : Quick intsll google software on ubuntu”
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.


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 [...]