Last active
November 19, 2017 05:41
-
-
Save MarounMaroun/925381377f80d8ec435599d89e1dcb65 to your computer and use it in GitHub Desktop.
Java 8/9 installation in Ubuntu
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
# add PPA | |
sudo add-apt-repository ppa:webupd8team/java | |
# install the installer script | |
sudo apt update; sudo apt install oracle-java8-installer | |
# optional - set env vars | |
sudo apt install oracle-java8-set-default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment