Terminal Commands: 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 >> Other method For 64bit Terminal Commands: wget -O google-earth64.deb http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb sudo dpkg -i google-earth64.deb sudo apt-get -f install; rm google-earth64.deb