Thank you!
To get the most recent packages installed:
rpm -qa --last
I want to add for anyone else out there that is debugging packages
Use rpm -Va to check if any of the files for the installed packages have been modified, corrupted or deleted.
For a specific package use:
rpm -V <package-name>
Example
rpm -V httpd
You can even list the changelog of...
Leave a comment: