List the installed RPMs by date of installation in CentOS/RHEL 6.x
Dushmantha Charaka
January 11, 2016
0
Comments
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