Skip to content

Instantly share code, notes, and snippets.

@MarounMaroun
Last active November 19, 2017 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarounMaroun/925381377f80d8ec435599d89e1dcb65 to your computer and use it in GitHub Desktop.
Save MarounMaroun/925381377f80d8ec435599d89e1dcb65 to your computer and use it in GitHub Desktop.
Java 8/9 installation in Ubuntu
# 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