This post will show how to install Google Earth 6.2 in Ubuntu 11.1o . Recently Google Earth’s 6.2 was released and there were few upgrades which is available in this link .
Step 1 : Go to terminal by pressing Ctrl+ Alt+ T and run the below command .
sudo apt-get install ttf-mscorefonts-installer lsb-core
Step 2 :To download Google Earth Package , run the below command .
For 32 Bit ,
wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
For 64 Bit,
wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
Step 3: To install Google Earth , run the below command.
sudo dpkg -i google-earth-stable_current_i386.deb
Step 4: That’s it done. Restart your computer and experience the new version of Google Earth.
Nice explanation. It worked – Thanks!