-
Notifications
You must be signed in to change notification settings - Fork 162
poudriere pkgclean.8
Bryan Drewery edited this page Feb 26, 2019
·
6 revisions
POUDRIERE-PKGCLEAN(8) | FreeBSD System Manager's Manual | POUDRIERE-PKGCLEAN(8) |
poudriere-pkgclean
—
cleanup old or unwanted packages
poudriere |
[ poudriere-options ]
pkgclean
subcommand
[options ] |
poudriere |
[ poudriere-options ]
pkgclean
[options ]
origin
[
origin2
[ ]... ] |
-A
- Remove all packages.
-a
- Keep all known ports in the tree.
-
-f
file - Absolute path to a file which contains the list of ports to keep. Ports
must be specified in the form
category/port and shell-style comments
are allowed. Multiple
-f
file arguments may be specified at once.
-
-j
name - Jail to use for the packages to inspect.
-
-J
number - This argument specifies how many number jobs will run in parallel for gathering package information.
-n
- Dry run, do not actually delete anything.
-N
- Do not build package repository when done cleaning.
-
-p
tree - Specifies which ports tree to use.
-R
- Also clean restricted packages.
-y
- Assume yes, do not confirm and just delete the files.
-v
- This will show more information during the build. Specify twice to enable debug output.
-
-z
set - SET to use for the packages to inspect.
Bryan Drewery ⟨bdrewery@FreeBSD.org⟩
March 14, 2018 | FreeBSD 13.0-CURRENT |