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

How to Install OpenJDK 10 on Debian Sid Unstable

October 18, 2018 | By the+gnu+linux+evangelist.

Debian Sid Unstable OpenJDK 10 Installation

  1. OpenJDK Installation.

    • 10 OpenJDK JRE/JDK Installation.

      • For JRE 10
        Minimal:

        sudo apt install openjdk-10-jre-headless

        With GUI Parts:

        sudo apt install openjdk-10-jre
      • For JDK 10
        Without Graphical Components:

        sudo apt install openjdk-10-jdk-headless

        And All:

        sudo apt install openjdk-10-jdk

Contents