pkg_info.1 revision 327

FreeBSD install - a package for the installation and maintainance
of non-core utilities.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

Jordan K. Hubbard


@(#)pkg_info.1

pkg_info 1 "July 18, 1993" "" "FreeBSD"
NAME
pkg_info - a utility for getting information on software package distributions.
SYNOPSIS
pkg_info [options] "pkg-file|pkg-name [.. pkg-file|pkg-name]"
DESCRIPTION
The pkg_info command is used to dump out information for packages, either packed up in files or already installed on the system with the pkg_create command.
OPTIONS

The following command line options are supported.

-a Show all currently installed packages.

-v Turns on verbose output.

-p Show the installation prefix for each package.

-c Show the comment (one liner) field for each package.

-d Show the long description field for each package.

-i Show the install script (if any) for each package.

-k Show the de-install script (if any) for each package.

-r Show the requirements script (if any) for each package.

"TECHNICAL DETAILS"
Package info is either extracted from files supplied on the command line, or from already installed package information in /var/db/pkg/<pkg-name>.
BUGS
Sure to be some.
"SEE ALSO"
pkg_add "(" 1 ")," pkg_create "(" 1 ")," pkg_delete "(" 1 "),"
AUTHORS
Jordan Hubbard