Find History of RPMs
admin
25 August 2021
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.
- Read more about Find History of RPMs
- Log in to post comments