Skip to content

Instantly share code, notes, and snippets.

@christophetd
Created August 28, 2015 09:41
Show Gist options
  • Save christophetd/430775c9d53cda61eb84 to your computer and use it in GitHub Desktop.
Save christophetd/430775c9d53cda61eb84 to your computer and use it in GitHub Desktop.
JDK8 installation commands under Ubuntu
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment