Sort installed rpms by size

Sort installed RPMs by size

To list all RPM packages installed on a Linux machine sorted from the largest to the smallest in size:

rpm -qa --queryformat '%{size} %{name}\n' | sort -rn | more


Revision #3
Created 2026-04-01 17:13:31 CEST by Philip
Updated 2026-04-13 19:24:55 CEST by Philip