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

How to Install GlassFish 5.0 on Linux Mint 19.1 Tessa Step By Step

November 12, 2018 | By the+gnu+linux+evangelist.

GlassFish 5 Mint 19.1 - Extracting

  1. Installing Unzip Package
    Check if already there:

    which unzip

    If not then:

    sudo apt install unzip

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

  2. Then Double-Click on Archive and Extract into /tmp

    Extract

    Or from Command Line:

    unzip -d /tmp/ $HOME/Downloads/glassfish*.zip