]> pd.if.org Git - zpackage/blob - doc/zpm-list.8
remove stray debug fprintf
[zpackage] / doc / zpm-list.8
1 .TH zpm-list 8 2018-12-07 "ZPM 0.2"
2 .SH NAME
3 zpm-list \- list packages
4 .SH SYNOPSIS
5 .B zpm list
6 [\fB\-f\fR \fIpkgfile\fR] 
7 [\fB\-s\fR \fIstatus\fR]
8 [
9 .B \-vIna
10 ]
11 [
12 .IR package ...
13 ]
14 .SH DESCRIPTION
15 zpm-list lists packages in a package file.
16 The package file is taken from either the ZPMDB environment variable
17 the \-f option, or the system default of /var/lib/zpm/local.db.
18 .SH OPTIONS
19 .TP
20 .BI \-f " pkgfile"
21 specify the package file to find packages in
22 .TP
23 .B \-I
24 list only installed packages
25 .TP
26 .B \-s \fIstatus\fR
27 add the given status to the list of statuses to list
28 .TP
29 .B \-v
30 print the package status after the package name
31 .TP
32 .B \-n
33 list only the package name, not the full package id
34 .SH EXAMPLES
35 zpm list 
36 .SH EXIT STATUS
37 0 on success non zero on failure
38 .SH FILES
39 /var/lib/zpm/local.db
40 .SH ENVIRONMENT
41 ZPMDB
42 .SH AUTHOR
43 Nathan Wagner
44 .SH SEE ALSO
45 .BR zpm (8)