Created
September 5, 2020 23:16
-
-
Save agu3rra/9736cc5ca097ab28d9bcb4b8b6b08de1 to your computer and use it in GitHub Desktop.
Find and remove openjdk version from Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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