-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 22 Jul 2003 17:03:42 -0700 (PDT), Jon Neher wrote:

> My RH8.0 system got updated with some RH AS2.1 rpms (don't ask).
> We don't know when it happened or what the list is.  Does
> anyone know a way to verify the rpms on a system?

Check out

  rpm --query --all --last | less

which gives a nicely sorted list of all packages sorted by install
time and

  rpm --verify --all

to verify everything that is installed (run as "root") or the
following which might run into RPM's infamous stale-locks bug,
however:

   su -l root
   rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt
   less rpm-Va.txt

That latter should be much more readable than "rpm -Va", though.

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HjXq0iMVcrivHFQRAieDAJ9U9BDe0WVvLuJIWc2CvL5SrAE3tQCcC32l
ahG2EYMBrQGBHjvAF4RftRA=
=9lUG
-----END PGP SIGNATURE-----


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to