I have installed Oracle JDK 13 using the .deb file given on their official website .
But when I run the java
command, it is showing:
Command 'java' not found, but can be installed with:
sudo apt install default-jre
sudo apt install openjdk-11-jre-headless
What should I do?