dpigs
Show which installed packages occupy the most space on apt
based systems.
More information: https://manned.org/dpigs.
- Display the N largest packages on the system:
dpigs --lines=N
- Use the specified file instead of the default dpkg status file:
dpigs --status=path/to/file
- Display the largest Source packages of binary packages installed on the system:
dpigs --source
- Display package sizes in Human-readable format:
dpigs --human-readable
dpigs --help