logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dpigs - Show which installed packages occupy the most space

Author

       Matt Zimmerman <mdz@debian.org>

       This manpage was written by Frank Lichtenheld <frank@lichtenheld.de>.

Description

dpigs sorts the installed packages by size and outputs the largest ones. Per default dpigs displays the
       largest 10 packages. You can change this value by using the -n option (see "OPTIONS"). The information is
       taken from the dpkg status file with grep-status(1).

Name

       dpigs - Show which installed packages occupy the most space

Options

-n, --lines=N
           Display the N largest packages on the system (default 10).

       -s, --status=FILE
           Use FILE instead of the default dpkg status file (which is /var/lib/dpkg/status currently).

       -S, --source
           Display the largest source packages of binary packages installed on the system.

       -H, --human-readable
           Display package sizes in human-readable format (like ls -lh or du -h)

       -h, --help
           Display some usage information and exit.

See Also

dpkg(8), grep-status(1)

perl v5.40.0                                       2024-12-12                                           DPIGS(1)

Synopsis

dpigs [options]

See Also