#!/bin/bash

rpm -qa --qf '%{SIZE} %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' \
  | sort -r -n | less -SFX
