Skip to content

Instantly share code, notes, and snippets.

@inouetmhr
Last active December 29, 2015 12:29
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 inouetmhr/7670618 to your computer and use it in GitHub Desktop.
Save inouetmhr/7670618 to your computer and use it in GitHub Desktop.
Add Oracle Java repository to Ubuntu (apt)
export HTTPS_PROXY=http//....:3128
sudo -E 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