Skip to content

Instantly share code, notes, and snippets.

@mschmitt
Created May 14, 2013 08:27
Show Gist options
  • Select an option

  • Save mschmitt/5574489 to your computer and use it in GitHub Desktop.

Select an option

Save mschmitt/5574489 to your computer and use it in GitHub Desktop.
Print a proper list of installed RPMs
rpm -q --qf='%{NAME};%{VERSION}-%{RELEASE};%{ARCH};%{VENDOR};%{SUMMARY}\n' -a | column -t -s ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment