Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PKG_SORT(1)		     General Commands Manual		     PKG_SORT(1)

NAME
     pkg_sort -- sort lines of package names in dependency order

SYNOPSIS
     pkg_sort [-hq]

DESCRIPTION
     The  pkg_sort  command reads lines of package names from the standard input
     and sorts them in dependency order.  For every combination  of  packages  A
     and B where the former is required by the latter, A will appear prior to B.

OPTIONS
     The following command line arguments are supported:

     -h
     --help	 Show help and exit.

     -q
     --noconfig  Do not read the configuration file. ($PREFIX/etc/pkgtools.conf)

ENVIRONMENT
     PKG_DBDIR	    Alternative  location  for	the  installed package database.
		    Default is "/var/db/pkg".

     PKGTOOLS_CONF  Configuration file	for  the  pkgtools  suite.   Default  is
		    "$PREFIX/etc/pkgtools.conf".

FILES
     /var/db/pkg		Default  location of the installed package data-
				base.

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

SEE ALSO
     pkg_glob(1)

AUTHORS
     Akinori MUSHA <knu@iDaemons.org>

FreeBSD 			  June 13, 2006 		     PKG_SORT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pkg_sort&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help