freebsd-ports/ports-mgmt/pkg_remove/pkg-descr
Doug Barton 2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00

15 lines
448 B
Text

Utility to uninstall packages.
Unlike pkg_delete, pkg_remove removes all packages which depend to
the packages you specify, in proper order, by one command line.
For example:
# pkg_remove netscape
Remove all netscape related packages.
# pkg_remove xemacs
Same as above about xemacs.
# pkg_remove tiff
Remove tiff library and whole packages which use it.
# pkg_remove '^ja-'
Remove all japanese packages.
# pkg_remove ALL
Remove all packages.