Existing Package Repositories
Install each of the following packages:
git
sudo apt update -y
sudo apt install git
which git
git --version
curl
sudo apt update -y
sudo apt install curl
which git
curl --version
vim
sudo apt update -y
sudo apt install vim
which vim
vim --version
openjdk-11-jdk
sudo apt update -y
sudo apt install openjdk-11-jdk
which java
java --version