Differences between revisions 3 and 4
Revision 3 as of 2018-07-16 18:53:36
Size: 1327
Editor: ?Javier
Comment:
Revision 4 as of 2018-07-17 02:08:12
Size: 1305
Editor: PaulWise
Comment: simplify manual step two
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
# apt-get install lsb-compat # apt install lsb-compat
Line 30: Line 30:
# dpkg -i google-earth-pro-stable_current_amd64.deb
# apt-get -f install
# apt install ./google-earth-pro-stable_current_amd64.deb
Line 33: Line 32:

Translation(s): none


Google Earth is a non-free (proprietary) software, it's also closed source, own by a corporation, and not supported by Debian. Have you considered using a free and open source software, which is own by a community, and supported by Debian, such as Marble.

Installing Google Earth Pro on Debian 9 Stretch amd64 bits

  1. Install the lsb-compat package

# apt install lsb-compat
  1. Download the 64 bits installer package from https://www.google.com/intl/en/earth/desktop/

  2. Right click on the .deb package file, select “Gdebi Package Installer”. Follow instructions on screen.
    • Note: Google’s package will automatically configure your package manager to verify product updates with the public signing key
  3. Wait, this might take a while...
  4. To open Google Earth you can either create a launcher, or type in the following command in Terminal

$ google-earth-pro

The step 2, can be manually

# apt install ./google-earth-pro-stable_current_amd64.deb

Sources