How to install Google Earth in Ubuntu
- Open a new Terminal Window
- Type in the following command and hit Enter to download the installation file (Binary File).
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
- Run the command below to make the bin file executable
chmod +x GoogleEarthLinux.bin
- Now we need to execute the bin file to install Google Earth.
./GoogleEarthLinux.bin