Kbase P17202: How to remove an rpm version of java.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/27/2003 |
|
Status: Unverified
GOAL:
How to remove an rpm version of Java.
FIX:
In order to completely remove an rpm version of Java, first, query the version using the following command:
rpm -qa | grep jre (or java)
This will return the version in a form similar to:
jre-1.3.1_04-fcs
To remove this particular version, run the following command:
rpm -e jre-1.3.1_04-fcs