Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created September 23, 2013 23:37
Show Gist options
  • Save ifnull/6678480 to your computer and use it in GitHub Desktop.
Save ifnull/6678480 to your computer and use it in GitHub Desktop.
List packages by size. Find large YUM/RPM packages.
rpm -qa --queryformat '%{SIZE} %{NAME} %{VENDOR}\n' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment