Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vandro/39aa091b44ab68ce075673cd317df801 to your computer and use it in GitHub Desktop.
Save vandro/39aa091b44ab68ce075673cd317df801 to your computer and use it in GitHub Desktop.
Install Oracle Java7 on Debian
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
apt-get update
apt-get install oracle-java7-installer
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment