Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Created October 10, 2023 16:24
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 Lerie82/2952f9c86a90e33d0d45c0247c7b58eb to your computer and use it in GitHub Desktop.
Save Lerie82/2952f9c86a90e33d0d45c0247c7b58eb to your computer and use it in GitHub Desktop.
install java 9 ubuntu
sudo apt-get -y purge openjdk-\*; sudo apt -y install openjdk-9-jre openjdk-9-jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment