On Tue, 4 Nov 2003, Ross Werner said: > Let's say I do something really silly like hit the switch on my power > strip, killing Linux. Is there a way for me to check all the RPMs that are > installed on my system, to make sure nothing got corrupted somehow? > (Gaim is starting to die randomly, and I'm worried other things might have > been messed up as well.) > > Thanks, > Ross
rpm -qa --verify It will probably produce quite a bit of output, even on a system without problems. You've been warned :) You can check single packages like this: rpm -q --verify gaim Frank --------------------------------------------------------------------------- Frank Sorenson - KD7TZK CSR Computer Science Department Brigham Young University [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
