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

How to Install Lazarus on MX Linux Easy Guide

August 24, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Lazarus IDE Repository

    Add Lazarus MX Linux Repository

    Lazarus Repo Install
  2. 3. Installing Lazarus IDE

    Then to Install Lazarus on MX Linux
    Simply play:

    sudo apt install lazarus

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
    With this command you get installed both: Lazarus and the Free Pascal Compiler.

Contents