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