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

How to Install Mono on Linux Mint 17

August 11, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Mono Repository

    How to Add the Mono Repo for Linux Mint

    Mono Repository Setup
  2. 3. Installing Mono

    Finally, to Install Mono for Linux Mint
    Simply play:

    sudo apt install mono-devel

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

Contents