13e69f8e37
package and lets you decide for each one if you want to keep it or delete it. It also allows viewing the pacakge comment and description. This program is essentially a clone of pkg_rmleaves except that it shows the comment and description of packages and does not support GUI dialog(1) implementations. PR: ports/117782 Submitted by: Stephen Hurd <shurd@sasktel.net>
26 lines
1 KiB
Groff
26 lines
1 KiB
Groff
.TH PKG_CLEANUP 1 "October 2007" FreeBSD
|
|
.SH NAME
|
|
pkg_cleanup \- deinstall 'leaf' packages
|
|
.SH SYNOPSIS
|
|
.B pkg_cleanup
|
|
.SH DESCRIPTION
|
|
.B pkg_rmleaves
|
|
Finds packages that are not required by any other installed
|
|
package and lets you decide (in a dialog interface) for each one
|
|
if you want to delete it. The package comment is shown at the top
|
|
of the screen and F1 will display the full package description.
|
|
.P Once the packages marked for removal have been deleted,
|
|
you'll be asked if you want to do another run (to see packages that have
|
|
become 'leaves' now because you've deinstalled the package(s) that
|
|
depended on them). In every run you will be shown only packages that you
|
|
haven't marked for keeping, yet.
|
|
.P This program was heavily based on the pkg_rmleaves script. The only
|
|
functional difference is that this version shows the package comment and
|
|
F1 will show the package description.
|
|
.SH BUGS
|
|
pkg_cleanup does not display the help line for the first selected
|
|
package
|
|
.SH AUTHOR
|
|
Stephen Hurd <shurd@sasktel.net>
|
|
.SH SEE ALSO
|
|
pkg_delete(1), pkg_info(1)
|