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

How to Install Lazarus on Kali Easy Guide

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

Installing

  1. 2. Installing Lazarus IDE

    Then to Install Lazarus on Kali 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