Remove openJDK from fedora 35

Hello world,

I have these 

OpenJDK for x86_64 Monitoring & management console (17.0.2.0.8-2.rolling.fc35.x86_64)
and
OpenJDK for x86_64 Monitoring & management console (11.0.14.0.9-2.rolling.fc35.x86_64)

application icons in my applications. Can anyone please assist me in uninstalling and removing these files from my computer. When I click “details” I get in return “There are no details for that application”. I believe it may be some sort of malware.

Thank you,
Luca

Hi, this is packages of the JDK installs
If the JDK is not needed for you, you can try to remove with these commands:

sudo dnf remve java-17-openjdk-devel
sudo dnf remve java-17-openjdk-headless
sudo dnf remve java-11-openjdk-devel
sudo dnf remve java-11-openjdk-headless

1 Like

Hey Daniel Santos,

Your scripts worked thank you for helping me,

Luca

1 Like