1 00:00:00,690 --> 00:00:06,900 Installing the Java development kit on Linux is a straightforward and simple process that can be done 2 00:00:06,900 --> 00:00:08,850 using just one command. 3 00:00:08,880 --> 00:00:16,790 The key is essential for developing and running Java applications, especially on your Linux system. 4 00:00:16,800 --> 00:00:22,200 Let's dive into the installation process and explore the benefits of having the Java development kit 5 00:00:22,200 --> 00:00:23,050 installed. 6 00:00:23,070 --> 00:00:24,600 So let's open the terminal. 7 00:00:24,600 --> 00:00:25,140 Firstly. 8 00:00:25,140 --> 00:00:27,840 Now start by opening a terminal on your Linux system. 9 00:00:27,840 --> 00:00:35,100 This can be usually be done searching for terminal on your applications menu or using the control alt 10 00:00:35,490 --> 00:00:37,680 t shortcut. 11 00:00:37,680 --> 00:00:44,190 And now, before installing any new packages, it's good practice to update your package list to ensure 12 00:00:44,190 --> 00:00:46,230 you are installing the latest versions. 13 00:00:46,260 --> 00:00:51,210 Now we're going to run the sudo apt get update here. 14 00:00:51,760 --> 00:00:54,880 Enter your pseudo password here, and that's it. 15 00:00:54,970 --> 00:00:57,070 This might take some time. 16 00:00:58,800 --> 00:01:00,750 Like ten or 20s. 17 00:01:00,750 --> 00:01:03,180 Depends on your internet connections here. 18 00:01:16,940 --> 00:01:22,520 And here are packages is updated now with the package list updated. 19 00:01:22,520 --> 00:01:30,500 You can proceed the install the default Java development kit package using the APT get package manager, 20 00:01:30,500 --> 00:01:32,480 we will run the sudo. 21 00:01:33,960 --> 00:01:37,230 APT get install default. 22 00:01:40,390 --> 00:01:41,290 Gdq. 23 00:01:44,290 --> 00:01:53,070 And after that, this command prompt might ask you to confirm that installation by typing the year prior 24 00:01:53,080 --> 00:01:55,240 and pressing the enter. 25 00:01:55,590 --> 00:02:00,910 And once confirmed, the packager will download and install Java development kit on your system. 26 00:02:00,910 --> 00:02:08,590 So after the installation completes, you can verify the Java development kit properly installed by 27 00:02:08,590 --> 00:02:10,030 checking the Java version. 28 00:02:10,030 --> 00:02:10,420 Right. 29 00:02:10,420 --> 00:02:13,570 So we will enter Java version. 30 00:02:13,570 --> 00:02:21,940 And as you can see here, we have installed open Java development kit runtime and build a 17 .0.6. 31 00:02:21,940 --> 00:02:28,000 And if the installation was successful, obviously you will see this kind of output information displayed 32 00:02:28,510 --> 00:02:30,520 on your terminal. 33 00:02:31,300 --> 00:02:33,340 And that's it with installing the. 34 00:02:34,740 --> 00:02:36,180 A Java development kit here. 35 00:02:36,180 --> 00:02:42,450 In summary, the installing the Java development kit on Linux using the sudo apt get install default 36 00:02:42,450 --> 00:02:47,850 JDK command provides a comprehensive development and runtime environment for Java applications on your 37 00:02:47,850 --> 00:02:48,780 Linux system. 38 00:02:48,780 --> 00:02:56,940 In a, it enables developers to build test and run Java programs efficiently while benefiting from continuous 39 00:02:56,940 --> 00:03:00,390 updates and compatibility with other system components. 40 00:03:00,420 --> 00:03:06,840 Whether you are a Java developer or just a reverse engineer to simply need the Java runtime for running 41 00:03:06,840 --> 00:03:13,260 applications, having the Java development kit installed on your Linux system is a valuable asset.