How to Install OpenJDK on Ubuntu 18.04 Bionic Gnu/Linux

May 20, 2018 | By the+gnu+linux+evangelist.

Java 10

  1. 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

QuickChic Theme • Powered by WordPress