On Wed, 2003-04-02 at 11:48, Robert Adkins II wrote: > Hello Everyone, > > I am curious to know if there is a way to determine at what time > an RPM may have been installed onto a computer.
There may be a quicker way, but this should work: # rpm -ql xmms-mp3 /usr/lib/xmms/Input/libmpg123.la /usr/lib/xmms/Input/libmpg123.so # ls -l /usr/lib/xmms/Input/libmpg123.so -rwxr-xr-x 1 root root 245062 Sep 23 2002 /usr/lib/xmms/Input/libmpg123.so Basically, I check to see what files an rpm (xmms-mp3, in this case) provides, then check the timestamp on one of those files. -- Cliff Wells, Software Engineer Logiplex Corporation (www.logiplex.net) (503) 978-6726 x308 (800) 735-0555 x308 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
