How to sort RPM packages by install time

Very interesting information rainbowsally. If you don’t want to create a temporary text file or compile any C code, then consider using these following terminal commands:

rpm -q --all --last | less

Or, if you would prefer to see an alpha listing try this:

rpm -q --all | sort | less

Thanks for taking the time to share this with the openSUSE forums.

Thank You,