Skip to content

Instantly share code, notes, and snippets.

@duyvk
Created November 2, 2013 22:48
Show Gist options
  • Save duyvk/7284347 to your computer and use it in GitHub Desktop.
Save duyvk/7284347 to your computer and use it in GitHub Desktop.
install jdk 7 oracle via ppa in ubuntu
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment