Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PKGDU(1)		     General Commands Manual			PKGDU(1)

NAME
     pkgdu -- a tool to display packages disk usage size

SYNOPSIS
     pkgdu [-hbkmqrR] [-x pkgname_glob] [pkgname_glob]

DESCRIPTION
     pkgdu displays a sum of file sizes for installed packages.

OPTIONS
     The following command line arguments are supported:

     -h
     --help	   Show help and exit.

     -b
     --bytes	   Display size in bytes.

     -k
     --kbytes	   Display size in kilobytes (default).

     -m
     --mbytes	   Display size in Megabytes.

     -t
     --total	   Display a grand total.

     -q
     --quiet	   Show only a grand total.  Do not show each package's size.

     -r
     --recursive   Check  all of the packages depending on the matching packages
		   as well.

     -R
     --upward-recursive
		   Check all of the packages required by the  matching	packages
		   as well.

     -x GLOB
     --exclude GLOB
		   Exclude packages matching the specified glob pattern.  Exclu-
		   sion  is  performed after recursing dependency in response to
		   -r and/or -R.

SEE ALSO
     pkgdb(1), ports(7)

AUTHORS
     Sergey Matveychuk <sem@FreeBSD.org>

FreeBSD 			 April 25, 2012 			PKGDU(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pkgdu&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help