Man, I've been wanting something like this for a long while.  RH needs to
incorporate this into their package manager gui.
-eric wood

Ed Wilts wrote:
> #!/bin/bash
>
> rpm -qa --queryformat '%{installtime} %{name}-%{version}-%{release}
> %{installtime:date}\n' | sort -g | sed -e 's/^[^ ]* //'
>
> This is *extremely* useful if you want to know which packages were
> installed in say, the last week.



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

Reply via email to