Skip to content

Instantly share code, notes, and snippets.

@frankzhao
Created July 20, 2018 08:02
Show Gist options
  • Save frankzhao/6fc43f000c7a60183e0482cabf042a3c to your computer and use it in GitHub Desktop.
Save frankzhao/6fc43f000c7a60183e0482cabf042a3c to your computer and use it in GitHub Desktop.
List installed RPMs by size
rpm -qa --queryformat '%10{size} - %-25{name}\n' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment