Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caisback/62e19f68ff5fcadfbadbfec1fcb3d7fd to your computer and use it in GitHub Desktop.
Save caisback/62e19f68ff5fcadfbadbfec1fcb3d7fd to your computer and use it in GitHub Desktop.
Ubuntu 20.04 - How to remove openJDK by AdoptOpenJDK

Remove openJDK by AdoptOpenJDK

$ sudo apt purge openJDK*

Checking, should return no version or instance of java installed

$ java -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment