Google earth according to wikipedia is: “… virtual globe program that was originally called Earth Viewer and was created by Keyhole, Inc. It maps the earth by the superimposition of images obtained from satellite imagery, aerial photography and GIS 3D globe. It is available under three different licenses: Google Earth, a free version with limited functionality; Google Earth Plus ($20 per year), which includes additional features; and Google Earth Pro ($400 per year), which is intended for commercial use”
So, how could we install it on our Debian or Ubuntu system?, it is really easy now.
First we need to Google Earth package, to be able to create the .deb file.
Let’s start.
Open Terminal
root@kali:~# apt-get install lbs-core
Then open browser and enter URL:
http://www.google.com/earth/download/ge/agree.html
http://www.google.com/earth/download/ge/agree.html
Then select your download package and download it. Then open terminal and install the Google Earth:
root@kali:~# dpkg -i google-earth-stable_current_i386.deb
To open Google Earth, open Terminal:
root@kali:~# google-earth
All Done!