1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages/linux/dpigs.md
Lena 6fd816e36e
pages/*: use lowercase n for integer placeholders (#16033)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-03-27 21:23:12 +05:30

567 B

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 {{[-n|--lines]}} {{n}}

  • Use the specified file instead of the default dpkg status file:

dpigs {{[-s|--status]}} {{path/to/file}}

  • Display the largest source packages of binary packages installed on the system:

dpigs {{[-S|--source]}}

  • Display package sizes in human-readable format:

dpigs {{[-H|--human-readable]}}

  • Display help:

dpigs {{[-h|--help]}}