I'm having issues with Java on my RedHat virtual machine. So I went to Oracle's site to download the newest version of JRE and JDK. I got the RPM and did an rpm -i to install, but it tells me its already installed. I figure I would reinstall it just to be sure, so I rpm -e to remove and it tells me it isn't installed. What am I missing?
[root@localhost Desktop]# rpm -i jre-6u26-linux-i586.rpm
package jre-1.6.0_26-fcs.i586 is already installed
[root@localhost Desktop]# rpm -e jre-6u26-linux-i586
error: package jre-6u26-linux-i586.rpm is not installed
[root@localhost Desktop]#