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

Step by step – ProjectLibre Installation on Arch Linux

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

ProjectLibre Arch Linux - Installing

  1. 3. Installing ProjectLibre

    Then to Set up ProjectLibre on Arch Linux
    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 . | projectlibre

    And then Extract ProjectLibre directly into the Target with:

    sudo tar xvzf ./projectlibre*.tar.gz -C /opt/
  2. 4. Fixing Ownership

    Next to Set Ownership over the Target Directory
    This to Set the root User as the Owner:

    sudo chown -R root:root /opt/projectlibre