> From: Ward William E PHDN [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 02, 2000 12:33 PM
> To: Redhat-List (E-mail)
> Subject: Last question on RPM (at least for a while, and from me)
> PROMISE!
>
>
> Ok, it's more than one question... but they are all related.
> I know that
> somewhere in the heart of it, I'll have to do an rpm
> --verify. But how do I
> get it to tell me all the installed packages?
doing
rpm -qa
will give you a list of installed packages. You could then pipe it to rpm
--verify to verify all of them:
rpm -qa | rpm --verify
HTH,
Mike
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.