$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Google Earth Pro on Debian Stretch 9 Gnu/Linux

April 26, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Google Earth Pro App for Debian

    Google-Earth .deb Package
  2. 3. Setting Up GDebi

    Checking/Installing GDebi Package Installer
    Test if it’s already on System:

    which gdebi

    If Not there then:

    sudo apt install gdebi gdebi-core

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  3. 4. Installing

    Then to Install Google Earth Pro on Debian
    First, Access the Target location
    Usually the Downloads go into the Home folder:

    cd ~/Downloads

    (But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
    To Verify that it’s there List the contents with:

    ls . | grep earth

    And finally, to Install Google Earth Pro Package do:

    sudo gdebi ./google-earth*.deb

Contents