Installing Prerequisites

Step 1: Install Java

image.png

Install java on the virtual machine using the following commands in the terminal.

$ sudo apt-cache search openjdk
$ sudo apt install openjdk-17-jdk -y
$ java -version

After running above command you should see something like this:

image.png

Step 1: Install Git

image.png

To install Git on your machine, run the following command.

$ sudo apt-get install git

After installing check if it is installed by running the following command.

$ git --version


Revision #4
Created 18 September 2024 03:42:31
Updated 20 September 2024 11:51:22