On Fri, 2002-03-01 at 08:31, Song Xing wrote: > I tried to install IBMJava2 by using rpm under Redhat 6.2. But I deleted > the directory where IBMJava2 was installed occasionally. I tried to > uninstall it or reinstall/upgrade it, but I failed. > > When I used rpm -U to upgrade it, it said > package IBMJava2-SDK-1.3-13.0.i386 is already installed > > Then I tried to remove it by using rpm -e, it gave me that > package IBMJava2-SDK-1.3-13.0.i386.rpm is not installed
Don't use the filename as an argument to rpm -e. The name of the package installed is IBMJava2-SDK. You can also refer to it with the version number, as IBMJava2-SDK-1.3-13.0. This will work: rpm -e IBMJava2-SDK-1.3-13.0
signature.asc
Description: This is a digitally signed message part