rpm -q claims "installed" but rpm -ivh claims "already installed"
Hey,
I have a problem while trying to install oracle 9i I discovered that I needed to check
to see if certain packages were installed. glibc-kernheaders-2.4-7.20.i386 wasn't installed
according to the following
[root@xxy topgun]# rpm -q glibc-kernheaders-2.4-7.20.i386.rpm
package glibc-kernheaders-2.4-7.20.i386.rpm is not installed
As you can see below, I attempted to install the rpm.
[root@xxy topgun]# rpm -ivh glibc-kernheaders-2.4-7.20.i386.rpm
warning: glibc-kernheaders-2.4-7.20.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
package glibc-kernheaders-2.4-7.20 is already installed
As a test to see if it was installed, I tried to uninstall it.
[root@xxy topgun]# rpm -e glibc-kernheaders-2.4-7.20.i386.rpm
error: package glibc-kernheaders-2.4-7.20.i386.rpm is not installed
Can't continue without solving this one.
Thanks in advance.
TopGun
|