Java installation commands:
----------------------------------------------
sudo su
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install default-jdk
Java Installation verification:
----------------------------------------------
java -version
Note: If you are getting error (E: Problem executing scripts APT::Update::Post-Invoke-Success) while update process, type below command:
--------------------------------------------------------
sudo apt-get remove libappstream3