FreeBSD Manual Pages
PKG_SORT(1) BSD 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/pkg- tools.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 database. $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 FreeBSD
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | ENVIRONMENT | FILES | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pkg_sort&sektion=1&manpath=FreeBSD+13.0-RELEASE+and+Ports>