HomeyumList the installed RPMs by date of installation in CentOS/RHEL 6.x 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 : Related Article Suspended Jobs vs Running jobs in LinuxDeny SSH access to particular users How to see IOWAIT in Linux #rpm -qa --qf '%{INSTALLTIME} (%{INSTALLTIME:date}): %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -n
0 Comments