Skip to content

Instantly share code, notes, and snippets.

@mhammonds
Created May 28, 2014 01:27
Show Gist options
  • Save mhammonds/89a4f99633efe6be9171 to your computer and use it in GitHub Desktop.
Save mhammonds/89a4f99633efe6be9171 to your computer and use it in GitHub Desktop.
List recently installed RPM packages
rpm -qa --qf '%{INSTALLTIME} (%{INSTALLTIME:date}): %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment