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

How to Install OpenJDK on Debian Sid Unstable Gnu/Linux

June 17, 2018 | By the+gnu+linux+evangelist.

OpenJDK Debian Sid Installation Guide

Hi! This tutorial will guide you step-by-step on How to Install Java OpenJDK JDK/JRE in Debian Unstable Sid Linux Desktop.

Because the Debian OpenJDK Installation (Open Java Development Kit) is a Free and Open Source Implementation of the Java Platform, Standard Edition (Java SE).

Moreover, Oracle Java JDK/JRE Installation is based on the OpenJDK source code. In Addition, it contains Closed-Source Components.

Install OpenJDK Debian Linux - Featured

How to Download and Install Oracle JDK on Debian Linux

  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    Install OpenJDK Debian Linux - Open Terminal
  2. OpenJDK Installation.

    • 11 OpenJDK JRE/JDK Installation.

      • For JRE 11
        Minimal:

        sudo apt install openjdk-11-jre-headless

        With GUI Parts:

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

        sudo apt install openjdk-11-jdk-headless

        And All:

        sudo apt install openjdk-11-jdk
    • 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
    • 9 OpenJDK JRE/JDK Installation.

      • For JRE 9
        Minimal:

        sudo apt install openjdk-9-jre-headless

        With GUI Parts:

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

        sudo apt install openjdk-9-jdk-headless

        And All:

        sudo apt install openjdk-9-jdk
    • 8 OpenJDK JRE/JDK Installation.

      • For JRE 8
        Minimal:

        sudo apt install openjdk-8-jre-headless

        Complete:

        sudo apt install openjdk-8-jre
      • For JDK 8
        Without GUI Components:

        sudo apt install openjdk-8-jdk-headless

        And All:

        sudo apt install openjdk-8-jdk
    • Java IDEs Installation for Debian

      How to Install Eclipse for Java Development on Linux: Installing Eclipse IDE for Java on Linux.

      How to Install Netbeans IDE for Java on Linux: Installing NetBeans IDE for Java on Linux.

      How to Install IntelliJ IDEA 2023 for Java on Linux: Installing IntelliJ IDEA for Java on Linux.