Skip to content

Instantly share code, notes, and snippets.

@bradurani
Created September 26, 2013 15:51
Show Gist options
  • Save bradurani/6716136 to your computer and use it in GitHub Desktop.
Save bradurani/6716136 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
@perrefe
Copy link

perrefe commented May 14, 2018

Webupd8team doesn't provide java7 installer anymore

@GitMoodleEcuador
Copy link

now what we can do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment