PKGFE(8)		FreeBSD System Manager's Manual 	      PKGFE(8)

NAME
     pkgfe - Ncurses frontend for ports collection

SYNOPSIS
     pkgfe command [...]

DESCRIPTION
     The pkgfe tool is used to install, upgrade or deinstall your ports and
     packages.

COMMANDS
     The command can be any one of the following:

			      Show upgrade dialog

     list		      Update list of outdated packages, using
			      "portversion -vl <"

     cvs		      Update ports tree using csup
			      Run "portsdb -Fu"
			      Run pkgfe list

     snap		      Update ports tree using portsnap
			      Run pkgfe list

     all		      Run pkgfe cvs
			      Run pkgfe

     snap+run		      Run pkgfe snap
			      Run pkgfe

     list+run		      Run pkgfe list
			      Run pkgfe

     fix		      Run "pkgdb -F"

     find [name|key] [regex]  Run "make search" in $PORTSDIR

     c [port]		      Run "make config" for port

     findi [regex]	      Search for packages and show install dialog

     ls [regex] 	      Search packages in $PKG_DBDIR

     noreq		      Check for not required packages

     deins		      Deinstall package(s) by name

     padb		      Update portaudit database, using "portaudit -Fd"

     i [port]		      Run portinstall with $portupgrade_args

     u [port]		      Run portupgrade with $portupgrade_args

     chkbin		      Check for existence of required programs

     showconf		      Show configuration

FILES
     $PREFIX/etc/pkgfe.conf	Default location of the pkgfe configuration
				file.

SEE ALSO
     portupgrade(1), portaudit(1), portsnap(8)

AUTHOR
     Sulev-Madis Silber <madis555 at hot dot ee>

FreeBSD 		       December 3, 2006 		       FreeBSD