Step-by-step – OpenJDK 11 Installation in Ubuntu 20.04

December 27, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing OpenJDK 11

    Now to Install OpenJDK 11 on Ubuntu
    Possibly, first to check the available Flavors play:

    sudo apt search openjdk-11
    • 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

Contents


QuickChic Theme • Powered by WordPress