WEBVTT

00:00.690 --> 00:06.900
Installing the Java development kit on Linux is a straightforward and simple process that can be done

00:06.900 --> 00:08.850
using just one command.

00:08.880 --> 00:16.790
The key is essential for developing and running Java applications, especially on your Linux system.

00:16.800 --> 00:22.200
Let's dive into the installation process and explore the benefits of having the Java development kit

00:22.200 --> 00:23.050
installed.

00:23.070 --> 00:24.600
So let's open the terminal.

00:24.600 --> 00:25.140
Firstly.

00:25.140 --> 00:27.840
Now start by opening a terminal on your Linux system.

00:27.840 --> 00:35.100
This can be usually be done searching for terminal on your applications menu or using the control alt

00:35.490 --> 00:37.680
t shortcut.

00:37.680 --> 00:44.190
And now, before installing any new packages, it's good practice to update your package list to ensure

00:44.190 --> 00:46.230
you are installing the latest versions.

00:46.260 --> 00:51.210
Now we're going to run the sudo apt get update here.

00:51.760 --> 00:54.880
Enter your pseudo password here, and that's it.

00:54.970 --> 00:57.070
This might take some time.

00:58.800 --> 01:00.750
Like ten or 20s.

01:00.750 --> 01:03.180
Depends on your internet connections here.

01:16.940 --> 01:22.520
And here are packages is updated now with the package list updated.

01:22.520 --> 01:30.500
You can proceed the install the default Java development kit package using the APT get package manager,

01:30.500 --> 01:32.480
we will run the sudo.

01:33.960 --> 01:37.230
APT get install default.

01:40.390 --> 01:41.290
Gdq.

01:44.290 --> 01:53.070
And after that, this command prompt might ask you to confirm that installation by typing the year prior

01:53.080 --> 01:55.240
and pressing the enter.

01:55.590 --> 02:00.910
And once confirmed, the packager will download and install Java development kit on your system.

02:00.910 --> 02:08.590
So after the installation completes, you can verify the Java development kit properly installed by

02:08.590 --> 02:10.030
checking the Java version.

02:10.030 --> 02:10.420
Right.

02:10.420 --> 02:13.570
So we will enter Java version.

02:13.570 --> 02:21.940
And as you can see here, we have installed open Java development kit runtime and build a 17 .0.6.

02:21.940 --> 02:28.000
And if the installation was successful, obviously you will see this kind of output information displayed

02:28.510 --> 02:30.520
on your terminal.

02:31.300 --> 02:33.340
And that's it with installing the.

02:34.740 --> 02:36.180
A Java development kit here.

02:36.180 --> 02:42.450
In summary, the installing the Java development kit on Linux using the sudo apt get install default

02:42.450 --> 02:47.850
JDK command provides a comprehensive development and runtime environment for Java applications on your

02:47.850 --> 02:48.780
Linux system.

02:48.780 --> 02:56.940
In a, it enables developers to build test and run Java programs efficiently while benefiting from continuous

02:56.940 --> 03:00.390
updates and compatibility with other system components.

03:00.420 --> 03:06.840
Whether you are a Java developer or just a reverse engineer to simply need the Java runtime for running

03:06.840 --> 03:13.260
applications, having the Java development kit installed on your Linux system is a valuable asset.
