mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Notate more detailed functionarity of this script.
Approved by: maintainer
This commit is contained in:
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
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue