List the installed RPMs by date of installation in CentOS/RHEL 6.x

How to list  the installed packages on date wise


Command is : 

#rpm -qa --qf '%{INSTALLTIME} (%{INSTALLTIME:date}): %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -n

0 Comments