Skip to content

Instantly share code, notes, and snippets.

@pgaref
Last active November 9, 2015 19:53
Show Gist options
  • Save pgaref/571769c086d48913da6e to your computer and use it in GitHub Desktop.
Save pgaref/571769c086d48913da6e to your computer and use it in GitHub Desktop.
Oracle Java 8 repository for Ubuntu distro
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
## Extra system conf
sudo update-alternatives --config java
sudo update-alternatives --config javac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment