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

Step by step – MatterControl Ubuntu 18.04 Installation

April 8, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 3. Installing MatterControl

    Then to Set up MatterControl on Ubuntu:
    First, Access the Target, usually in the Downloads folder:
    (But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)

    cd && cd Downloads

    To Check that there is run:

    ls . | grep PACKAGENAME

    And to Setup MatterControl:

    sudo gdebi MatterControlSetup*.deb

    But if No GDebi then first execute:

    sudo apt install gdebi-core gdebi