Skip to content

Instantly share code, notes, and snippets.

@logix2
Created April 16, 2018 17:16
Show Gist options
  • Save logix2/c2a7e4d6d50ef698248fb38a448734ea to your computer and use it in GitHub Desktop.
Save logix2/c2a7e4d6d50ef698248fb38a448734ea to your computer and use it in GitHub Desktop.
Install Oracle Java 10 in Ubuntu from PPA
To install Oracle Java 10 in Ubuntu or Linux Mint from PPA, type this in a terminal:
sudo add-apt-repository ppa:linuxuprising/java
sudo apt update
sudo apt install oracle-java10-installer
@logix2
Copy link
Author

logix2 commented Apr 16, 2018

Dear Ubuntu, Debian or Linux Mint users, for more details, including how to auto-accept the Oracle Java 10 license, install JDK 10 in Debian, and so on, visit Linux Uprising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment