How to install Google Earth on Linux Mint and Ubuntu 16.04 | 17.04

Опубликовано: 06 Май 2017
на канале: EasyTechStudios
1,940
10

Google Earth is a virtual globe that lets you travel anywhere sitting right in front of your desk. You can explore any place on earth (even in 3D) and also beyond earth.
This tutorial shows you how to install Google Earth on Ubuntu 17.04 via command line.

For 32bit-
wget -O google-earth32.deb http://dl.google.com/dl/earth/client/...
sudo dpkg -i google-earth32.deb
sudo apt-get -f install; rm google-earth32.deb

For 64bit-
wget -O google-earth64.deb http://dl.google.com/dl/earth/client/...
sudo dpkg -i google-earth64.deb
sudo apt-get -f install; rm google-earth64.deb