=head1 NAME dpigs - Show which installed packages occupy the most space =head1 SYNOPSIS B [I] =head1 DESCRIPTION B 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 B<-n> option (see L<"OPTIONS">). The information is taken from the dpkg status file with grep-status(1). =head1 OPTIONS =over 4 =item B<-h>, B<--help> Display some usage information and exit. =item B<-n>, B<--lines>=I Display the N largest packages on the system (default 10). =item B<-s>, B<--status>=I Use I instead of the default dpkg status file (which is F currently). =back =head1 AUTHOR Matt Zimmerman This manpage was written by Frank Lichtenheld . =head1 COPYRIGHT AND LICENCE Copyright (C) 2001 Matt Zimmerman . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. On Debian systems, a copy of the GNU General Public License may be found in /usr/share/common-licenses/GPL. =head1 SEE ALSO dpkg(8), grep-status(1)