update-java-alternatives
Base of all Java packages
Install
- All systems
-
curl cmd.cat/update-java-alternatives.sh
- Debian
-
apt-get install java-common
- Ubuntu
-
apt-get install java-common
- Alpine
-
apk add java-common
- Kali Linux
-
apt-get install java-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install java-common
- Raspbian
-
apt-get install java-common
- Dockerfile
- dockerfile.run/update-java-alternatives
- Docker
-
docker run cmd.cat/update-java-alternatives update-java-alternatives
powered by Commando
java-common
Base of all Java packages
This package must be installed in the system if a Java environment is desired. It covers useful information for Java users in Debian GNU/Linux, including: * The Java policy document which describes the layout of Java support in Debian and how Java packages should behave. * The Debian-Java-FAQ which provides information on the status of Java support in Debian, available compilers, virtual machines, Java programs and libraries as well as on legal issues. * Information on how to create dummy packages to fulfill java2 requirements.