summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_remove/pkg-descr
blob: 84f68848781d11655d4522558dce3c7cde291548 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.

- SADA Kenji
sada@FreeBSD.org