Created
April 16, 2018 17:16
-
-
Save logix2/c2a7e4d6d50ef698248fb38a448734ea to your computer and use it in GitHub Desktop.
Install Oracle Java 10 in Ubuntu from PPA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.