On Thu, 11 Oct 2001, Ken Ambrose wrote:
> Okay -- something must've gone FUBAR while using RPM to "rpm
> -e" something.  If I do to "rpm -i" foo, it tells me that bar is
> installed.  If I go to "rpm -e bar", I'm informed that bar is *not*
> installed.

Try some these:

        rpm -q bar                  # is bar installed?
        rpm -q -i bar               # package description
        rpm -q -l -s bar            # list files and status
        rpm -q -a | grep -i bar     # search all packages for bar
        rpm -i -vv bar              # install, very verbose
        rpm -e -vv bar              # erase, very verbose
        rpm -q --whatrequires bar   # maybe bar has deps?
        rpm -q --whatprovides bar   # maybe bar is virtual?

-- 
Ben Scott <[EMAIL PROTECTED]>
| The opinions expressed in this message are those of the author and do not |
| necessarily represent the views or policy of any other person, entity or  |
| organization.  All information is provided without warranty of any kind.  |


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to