Installing
-
2. Downloading Oracle JDK 12
Download Oracle JDK 12 GNU/Linux Package
-
3. Installing Oracle JDK 12
Then to Setup Oracle JDK 12 on KDE Neon
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 12 simply:
sudo dpkg -i jdk-12*.deb
Contents