[COLUG] Finding out which updates have been applied to a Red Hat system!

Jim jep200404 at columbus.rr.com
Tue Aug 29 20:38:11 EDT 2006


Peter Kukla wrote:

> Is there any way to tell at a glance what updates have
> been applied to a Red Hat 7.x system?

Play with: 

   rpm -qa --queryformat '%{INSTALLTIME} %{NAME}\n' | sort
   rpm -qa --queryformat '%{INSTALLTIME} %{INSTALLTIME:date} %{NAME}-%-{VERSION}-%{RELEASE}\n' | sort | less

Jim



More information about the colug432 mailing list