CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merge remote-tracking branch 'upstream/master' into 3.1
[pkgutils-cross.git] / pkginfo.8.in
1 .TH pkginfo 8 "" "pkgutils #VERSION#" ""
2 .SH NAME
3 pkginfo \- display software package information
4 .SH SYNOPSIS
5 \fBpkginfo [options]\fP
6 .SH DESCRIPTION
7 \fBpkginfo\fP is a \fIpackage management\fP utility, which displays
8 information about software packages that are installed on the system
9 or that reside in a particular directory.
10 .SH OPTIONS
11 .TP
12 .B "\-i, \-\-installed"
13 List installed packages and their version.
14 .TP
15 .B "\-l, \-\-list <package|file>"
16 List files owned by the specified <package> or contained in <file>.
17 .TP
18 .B "\-o, \-\-owner <pattern>"
19 List owner(s) of file(s) matching <pattern>.
20 .TP
21 .B "\-f, \-\-footprint <file>"
22 Print footprint for <file>. This feature is mainly used by pkgmk(8)
23 for creating and comparing footprints.
24 .TP
25 .B "\-r, \-\-root <path>"
26 Specify alternative installation root (default is "/"). This
27 should be used if you want to display information about a package
28 that is installed on a temporary mounted partition, which is "owned"
29 by another system. By using this option you specify which package
30 database to use.
31 .TP
32 .B "\-v, \-\-version"
33 Print version and exit.
34 .TP
35 .B "\-h, \-\-help"
36 Print help and exit.
37 .SH SEE ALSO
38 pkgadd(8), pkgrm(8), pkgmk(8), rejmerge(8)
39 .SH COPYRIGHT
40 pkginfo (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2013 CRUX team (http://crux.nu).
41 pkginfo (pkgutils) is licensed through the GNU General Public License.
42 Read the COPYING file for the complete license.