Notate more detailed functionarity of this script.

Approved by:	maintainer
This commit is contained in:
SADA Kenji 2001-04-24 17:16:47 +00:00
parent e434ab4552
commit 085587f830
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41869
2 changed files with 34 additions and 2 deletions

View file

@ -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

View file

@ -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