2024-10-27 22:13:47 +05:30
|
|
|
# dpigs
|
|
|
|
|
|
|
|
> Show which installed packages occupy the most space on `apt` based systems.
|
|
|
|
> More information: <https://manned.org/dpigs>.
|
|
|
|
|
2025-03-27 15:53:12 +00:00
|
|
|
- Display the `n` largest packages on the system:
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 15:53:12 +00:00
|
|
|
`dpigs {{[-n|--lines]}} {{n}}`
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Use the specified file instead of the default dpkg status file:
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`dpigs {{[-s|--status]}} {{path/to/file}}`
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Display the largest source packages of binary packages installed on the system:
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`dpigs {{[-S|--source]}}`
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Display package sizes in human-readable format:
|
2024-10-27 22:13:47 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`dpigs {{[-H|--human-readable]}}`
|
2024-10-27 22:13:47 +05:30
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`dpigs {{[-h|--help]}}`
|