Skip to content

Instantly share code, notes, and snippets.

@maikelsperandio
Created September 13, 2017 13:25
Show Gist options
  • Save maikelsperandio/ef342089fb6d9bc7e00a51f868b334c1 to your computer and use it in GitHub Desktop.
Save maikelsperandio/ef342089fb6d9bc7e00a51f868b334c1 to your computer and use it in GitHub Desktop.
# rpm
wget --no-cookies \
--no-check-certificate \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \
"http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jdk-7u55-linux-x64.rpm" \
-O jdk-7-linux-x64.rpm
# ubuntu
wget --no-cookies \
--no-check-certificate \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \
"http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jdk-7u55-linux-x64.tar.gz" \
-O jdk-7-linux-x64.tar.gz
# then
tar -xzvf jdk-7-linux-x64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment