Skip to content

Instantly share code, notes, and snippets.

@Razikus
Last active May 19, 2018 13:22
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 Razikus/14a4cf65a678cf42e368cde9bc66b3e0 to your computer and use it in GitHub Desktop.
Save Razikus/14a4cf65a678cf42e368cde9bc66b3e0 to your computer and use it in GitHub Desktop.
To anyone who search for debian9 install oracle jdk 8
apt install software-properties-common
add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main"
apt install dirmngr
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C2518248EEA14886
apt update
apt install oracle-java8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment