Notate more detailed functionarity of this script.
Approved by: maintainer
This commit is contained in:
@@ -1,2 +1,18 @@
|
||||
Utility to uninstall packages.
|
||||
This perl script is written by SADA Kenji <sada@rr.IIJ4U.OR.JP>.
|
||||
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
|
||||
|
||||
@@ -1,2 +1,18 @@
|
||||
Utility to uninstall packages.
|
||||
This perl script is written by SADA Kenji <sada@rr.IIJ4U.OR.JP>.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user