Installing Package
-
3. Installing Oracle JDK 13
Then to Setup Oracle JDK 13 on Lubuntu 20.04 Linux
First, Access the Target, usually in the Downloads folder:
(But if downloaded with Firefox it can be instead into /tmp/mozilla*)cd && cd Downloads
Now to Confirm the Package is there do:
ls .
Finally, to Install JDK 13 simply:
sudo dpkg -i jdk-13*.deb
Contents