Remove the Java RPM: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with "Find the package rpm -qa | grep jdk Run the command to remove sudo rpm -e jdk-23-23.0.1-11.x86_64")
 
No edit summary
 
Line 1: Line 1:
Find the package
Find the package



Latest revision as of 17:53, 20 May 2025


Find the package

rpm -qa | grep jdk

Run the command to remove

sudo rpm -e jdk-23-23.0.1-11.x86_64