Skip to content

Instantly share code, notes, and snippets.

@fxp
Created October 25, 2016 08:17
Show Gist options
  • Save fxp/d79ead35f7a93a0c9e2ddb030264d026 to your computer and use it in GitHub Desktop.
Save fxp/d79ead35f7a93a0c9e2ddb030264d026 to your computer and use it in GitHub Desktop.
Install Java 8 on Ubuntu 14.04
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