1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 09:19:47 +01:00

dpigs: add page (#14359)

* warp-cli registration new: command update to new version

* 2to3: Edited the page and added a notice for depriciated package or command

* 2to3: Edited the page and added a notice for depriciated package or command

* 2to3: Edited the page and added a notice for depriciated package or command

* dpigs:add page

* dpigs:add page

* dpigs:add page

* dpigs:add page

* dpigs: add page

* dpigs: add page

* dpigs: add page

* Update pages/linux/dpigs.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Vansh Pandey 2024-10-27 22:13:47 +05:30 committed by GitHub
parent 42aecfb454
commit cb9f8492b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/dpigs.md Normal file
View file

@ -0,0 +1,24 @@
# 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 [s]tatus file:
`dpigs --status={{path/to/file}}`
- Display the largest [S]ource packages of binary packages installed on the system:
`dpigs --source`
- Display package sizes in [H]uman-readable format:
`dpigs --human-readable`
- Display help:
`dpigs --help`