On Thu, Feb 21, 2002 at 11:55:56AM -0500, Charles Galpin wrote:
> Anyone seen anything like this? Anyone know how to query rpm for all
> packages installed since a date (so I can see what else changed)

The following script will list all your packages sorted by the time they
were installed.

#!/bin/bash

rpm -qa --queryformat '%{installtime} %{name}-%{version}-%{release} 
%{installtime:date}\n' | sort -g | sed -e 's/^[^ ]* //' 

Cheers,
        .../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to