java

Java application launcher. More information: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/java.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y java
Ubuntu
RUN apt-get update && \ apt-get install -y java
Arch Arch Linux
RUN pacman -S --noconfirm java
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y java
CentOS
RUN yum install -y java
Fedora
RUN dnf install -y java
Raspbian
RUN apt-get update && \ apt-get install -y java
click the source code to copy install java on any operating system with command-not-found.com