You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
789 B
789 B
id | title | sidebar_label |
---|---|---|
debian-java-8-installieren | Java 8 installieren (Debian 10) | Java 8 installieren |
Installation von Java 8 auf Debian 10
Installation
-
Zuerst updatest du deinen Server:
apt-get update apt-get upgrade -y
-
Anschließend installiere die notwendigen Pakete:
apt install wget apt-transport-https gnupg ca-certificates software-properties-common dirmngr -y wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
-
Im vorletzten Schritt aktulierst du den Server erneut.
apt update
-
Nun installierst du Java 8.
apt install adoptopenjdk-8-hotspot