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

Step-by-step – Abcde Installation in Linux Mint 20

August 30, 2020 | By the+gnu+linux+evangelist.

Abcde Linux Mint - Installing

  1. 4. Installing Abcde

    Here is described a System-Wide Setup, but you can simply Run it without Setup…
    So First, Set the SuperUser as Owner with

    sudo chown -R root:root /tmp/abcde*

    Then to Set up Switch to a Directory into System:

    sudo mv /tmp/abcde* /opt/abcde

    Finally, Make a Symlink to Easy Launching from Shell:

    sudo ln -s /opt/abcde/abcde /usr/local/bin/abcde