Created
September 23, 2013 23:37
-
-
Save ifnull/6678480 to your computer and use it in GitHub Desktop.
List packages by size. Find large YUM/RPM packages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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