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

How to Install CodeLite on Linux Mint 18 Gnu/Linux

February 9, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Dowload CodeLite Latest Version for Linux Mint

    Here CodeLite .deb Package
    Grab CodeLite Package for Mint GNU/Linux Systems

    Grab the Latest Ubuntu Weekly Release.

  2. 3. Installing

    Then to Install CodeLite on Linux Mint
    From Shell with GDebi:

    Copy
    which gdebi

    If Not there then:

    Copy
    sudo apt install gdebi-core gdebi

    Finally, to Setup CodeLite:

    Copy
    sudo gdebi ~/Downloads/CodeLite*.deb

    (But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
    Or Double-Click/Right-Click on Package and Open with GDebi.

Contents