Skip to content

Instantly share code, notes, and snippets.

@anupkrbid
Created December 21, 2017 22:43
Show Gist options
  • Save anupkrbid/9cf3d85e576c586fe384c8c20758c1ba to your computer and use it in GitHub Desktop.
Save anupkrbid/9cf3d85e576c586fe384c8c20758c1ba to your computer and use it in GitHub Desktop.
install_jdk_in_ubuntu_16.04
#!/bin/bash
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
#sudo apt-get install oracle-java9-installer
# For more config related info
# https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment