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

How to Install Sublime Text 4 on Kali Gnu/Linux

August 23, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repo

    How to Add Sublime Text 4 Repository for Kali

    Sublime Text 4 Repo Setup
  2. 3. Installing

    And then to Install Sublime Text 4
    Simply Run:

    sudo apt install sublime-text

Contents