Vincent van't Hoog wrote:
> 
> I have run intro some problems with RPM on my suse 5.3 linux box
> 
> When I install a RPM with
> 
> rpm -i rpmfilename.rpm
> 
> everythings OK.
> 
> When I want to query the installed rpm or delete the installed rpm
> 
> (with rpm -e rpmfilename.rpm      or     wpm -e rpmfilename)
> 
> I got a message saying that it cannot be done since the file is NOT
> installed.
> When I do a rpm -i filename.rpm again, I got a message saying that the
> package is already installed.
> The files are on my system, so they are installed.
> 
> What's going on? Can somebody help me out with this one?
> I already tried to rebuild the rpm database with rpm --rebuilddb
> 
> Vincent
> 
> -
> To get out of this list, please send email to [EMAIL PROTECTED] with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
> archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html


Can you post the output of what you're doing so we can see how you're
typing in the commands? For example, if I wanted to know what version of
svgalib I have, I type:

# rpm -q svgalib

and get:

svgalib-1.3.0-4

so then, if I want to remove that package from my system I'd type rpm -e
svgalib-1.3.0-4 and it will be uninstalled.                 
-- 
                                    __   _
Mark Wagnon                    -o) / /  (_)__  __ ____  __    
Chula Vista, CA                /\\/ /__/ / _ \/ // /\ \/ /   
mailto:[EMAIL PROTECTED]     _\_v____/_/_//_/\_,_/ /_/\_\
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to