Oracle JDK Ubuntu 16.04 Installation - Installing Package
-
3. Installing Oracle JDK 11
Then to Setup Oracle JDK on Ubuntu 16.04
First, Access the Target, usually in the Downloads folder:
(But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)cd && cd Downloads
Now to Confirm the Package is there do:
ls .
Finally, to Install JDK 11 simply:
sudo dpkg -i jdk-11*.deb
Contents