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