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

How to Install CodeLite on Kali Gnu/Linux 2019

January 13, 2020 | By the+gnu+linux+evangelist.

Installing

[ad_slider autoplay=”true” interval=”8″ count=”5″]

  1. 2. Downloading

    Dowload CodeLite Latest Version for Kali

    CodeLite .deb Package
    [ad_slider autoplay=”true” interval=”8″ count=”5″]

    Grab the Latest Ubuntu Weekly Release.

  2. 3. Installing

    Then to Install CodeLite on Kali
    From Shell with GDebi:

    which gdebi

    If Not there then:

    sudo apt install gdebi-core gdebi

    Finally, to Setup CodeLite:

    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.

[ad_slider autoplay=”true” interval=”8″ count=”5″]

Contents