Google Earth
From Indie IT Wiki
The New Google Earth
Installation in Ubuntu
NOT NEEDED ANY MORE
64bit OS
sudo apt-get install libc6-i386 libglib2.0-0:i386 libsm6:i386 libglu1-mesa:i386 libgl1-mesa-glx:i386 libxext6:i386 libxrender1:i386 libx11-6:i386 libfontconfig1:i386 lsb-core
wget -O google-earth64.deb http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb sudo dpkg -i google-earth64.deb sudo rm google-earth64.deb
32bit OS
wget -O google-earth32.deb http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb sudo dpkg -i google-earth32.deb sudo apt-get -f install; rm google-earth32.deb
Better Fonts:
sudo apt-get install msttcorefonts
Information gratefully pulled from here