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

How to Install GlassFish 4 on Ubuntu 18.04 Bionic Linux Easy Guide

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

GlassFish 4 Ubuntu 18.04 - Extracting

  1. Installing Unzip Tool
    Check if already there:

    which unzip

    If not then:

    sudo apt-get 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