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.
How to Download and Install Oracle JDK on Debian Linux
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands) -
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
- For JRE 11
-
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
- For JRE 10
-
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
- For JRE 9
-
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
- For JRE 8
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.
-