How to install Google Earth in Ubuntu?
|
|
|
|
|
Question: How to install Google Earth in Ubuntu? Answer:Â - 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.
|