Skip to main content

To find the install history of a specific RPM do the following:

rpm -q  --last <package name>

To find the install history of all RPMs do the following:

rpm -qa --last

NOTE: This will not sort them by install date.

Category