Google-Earth on Ubuntu 16.04

Asked by Navin Talati

There are many quarries regarding installation of stable google-earth in Ubuntu 16.04 LTS.
Here I am giving the information that I could install the same using following commands.
This I am giving for community readers.

---------------- STUFFS I APPLIED -----------------------------------------------------

sudo apt --yes install lsb-core

cd /tmp
mkdir google-earth && cd google-earth
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
sudo dpkg -i google-earth-stable*.deb

# Step to show Panoramio pictures
cd /opt/google/earth/free/
sudo wget https://googledrive.com/host/0B2F__nkihfiNalQzN0ZmcjBPTGs/ge7.1.1.1580-0.x86_64-new-qt-libs-debian7-ubuntu12.tar.xz
sudo tar xvf ge7.1.1.1580-0.x86_64-new-qt-libs-debian7-ubuntu12.tar.xz

------------------------------------------------------------------------------------------------

Your comments will be highly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Navin Talati (n-m-talati) said :
#2

Sir,
Very good and most appropriate information bears this link. Trouble shooting is also well nerrated.
Thanks for this valuable literature.
Regards

Revision history for this message
Navin Talati (n-m-talati) said :
#3

Thanks actionparsnip, that solved my question.