#!/usr/bin/sh
rpm -qa --qf '%{SIZE} %{NAME}\n' | sort -n
