In this guide you will see, how to install Java OpenJDK in Debian step by step 11.
We will do the whole thing through the console by following a few simple steps. Let's start!
we update the repositories of our environment.

To begin with, we elevate privileges to root To do this, we launch the terminal and elevate privileges by issuing the command:

sudo su

The next step is to update the packages, we will execute it by issuing a command:

apt-get update


We check if Java is not already installed on our system.
We do this by issuing a command in the terminal:

java -version

We come to the point where we install OpenJDK 17 for this we issue a command:

apt install -y openjdk-17-jdk

If we also want to install OpenJDK JRE, we issue the command in the terminal:

apt install -y openjdk-17-jre

We check the Java version again:

java -version

Java is installed on the system.

Below, of course, the video

About WordPress

Najnowsze wpisy

Installing Laravel on servers with DirectAdmin panel

Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych

6 months temu

Deletes all .listing files in a given folder and subfolders

Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy

6 months temu

Checking the temperature of raspberry pi

The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Polecenie

7 months temu

Full Debian Installation 12 For beginners

Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób

11 months temu

Checking the operating frequency of the Raspberry PI CPU

The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość

1 year temu

Recursive change of file permissions on Debian

Recursive change of file permissions Go to the directory for which we want to change permissions (np public_html)…

1 year temu