Skip to content

Instantly share code, notes, and snippets.

@agu3rra
Created September 5, 2020 23:16
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 agu3rra/9736cc5ca097ab28d9bcb4b8b6b08de1 to your computer and use it in GitHub Desktop.
Save agu3rra/9736cc5ca097ab28d9bcb4b8b6b08de1 to your computer and use it in GitHub Desktop.
Find and remove openjdk version from Ubuntu
apt list | grep jdk
sudo apt remove <program-name-here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment