Theme editor

How to remove all java versiyons installed to almalinux

Aior

Administrator
Staff member
Joined
Apr 2, 2023
Messages
83
Reaction score
2
Points
8
Age
39
Location
Turkey
Website
aior.com
If you have so much java versions you just remove with the code below:

Code:
sudo dnf remove 'java-*'

Please be carefull and know what you are doing with removing alla java versions:

1687093570642.png

then it will remove all java versions.

You can controll installed java versions with code below:

Code:
rpm -qa | grep java
 

Attachments

  • 1687093570642.png
    1687093570642.png
    189.1 KB · Views: 3

Featured content

Back
Top