From cb9f8492b62af1b7ca8935dc0995aa69229165f6 Mon Sep 17 00:00:00 2001 From: Vansh Pandey Date: Sun, 27 Oct 2024 22:13:47 +0530 Subject: [PATCH] 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> --- pages/linux/dpigs.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/dpigs.md diff --git a/pages/linux/dpigs.md b/pages/linux/dpigs.md new file mode 100644 index 0000000000..b5d6ae6ac3 --- /dev/null +++ b/pages/linux/dpigs.md @@ -0,0 +1,24 @@ +# dpigs + +> Show which installed packages occupy the most space on `apt` based systems. +> More information: . + +- 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`