Ali Imrek from the Ozgurlukicin.com forums, who is also the coder of a program called "Paso" (Installation builder for Pardus -
http://github.com/alierkanimrek/paso) has a solution;
wget
https://dl-ssl.google.com/linux/direct/google-earth-stable_current_i386.rpmrpmunpack google-earth-stable_current_i386.rpm
cd google-earth-stable_current_i386
sudo mv opt/* /opt
sudo mv usr/bin/google-earth /usr/bin/
sudo cp /opt/google/earth/free/product_logo_32.png /usr/share/pixmaps/google-earth.png
sudo mv /opt/google/earth/free/*.desktop /usr/share/applications/
sudo ln -s /lib/ld-linux.so.2 /lib/ld-lsb.so.3
It works...
If you get an error saying about package download, download the rpm package manually to a folder and continue with the rest by opening the terminal by pressing F4 in the very same folder.