PKGMAN-REMOVE(8) System Manager's Manual PKGMAN-REMOVE(8)

pkgman-removeremove installed packages

pkgman remove [-v | -vv] [--test] [--log] [--deps] [--force] [--group] [--rargs=pkgrm_args] [--ignore=pkgname[,...]] [--remove-scripts | [--pre-remove] [--post-remove]] pkgname ...

Remove all installed packages in the listed order.

The options are as follows:

Unused.
Log to stdout the removing process.
Dry run, do not actually remove anything.
Create a transaction log file. It can be set globally for all transactions (see “writelog” in pkgman.conf(5)).
Remove all packages in the listed order including their dependencies.
Skip removing of already removed package(s). Just ignore the package and remove next in the listed order. At the end of installation procedure, all skipped packages will be in the report.
Remove all packages in the listed order, but stop if removing of one package fails.
=pkgrm_args
Arguments to be passed to pkgrm(8).
=pkgname[,...]
Do not remove those packages, even if they are listed as dependency.
Execute pre-remove and post-remove script if they are there.
Execute pre-remove script if it is there.
Execute post-remove scripts if it is there.
September 9, 2023 Zeppe-Lin