X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=doc%2Fzpm-list.8;fp=doc%2Fzpm-list.8;h=975e43c5f2b6efa1fdb4b4ac210404061f42de77;hb=08117db1ca1b5789ce4b27025e133eb4bc56f397;hp=0000000000000000000000000000000000000000;hpb=f028f36e65af8c715317a37ac21e1a1e1b0e9b2a;p=zpackage diff --git a/doc/zpm-list.8 b/doc/zpm-list.8 new file mode 100644 index 0000000..975e43c --- /dev/null +++ b/doc/zpm-list.8 @@ -0,0 +1,45 @@ +.TH zpm-list 8 2018-12-07 "ZPM 0.2" +.SH NAME +zpm-list \- list packages +.SH SYNOPSIS +.B zpm list +[\fB\-f\fR \fIpkgfile\fR] +[\fB\-s\fR \fIstatus\fR] +[ +.B \-vIna +] +[ +.IR package ... +] +.SH DESCRIPTION +zpm-list lists packages in a package file. +The package file is taken from either the ZPMDB environment variable +the \-f option, or the system default of /var/lib/zpm/local.db. +.SH OPTIONS +.TP +.BI \-f " pkgfile" +specify the package file to find packages in +.TP +.B \-I +list only installed packages +.TP +.B \-s \fIstatus\fR +add the given status to the list of statuses to list +.TP +.B \-v +print the package status after the package name +.TP +.B \-n +list only the package name, not the full package id +.SH EXAMPLES +zpm list +.SH EXIT STATUS +0 on success non zero on failure +.SH FILES +/var/lib/zpm/local.db +.SH ENVIRONMENT +ZPMDB +.SH AUTHOR +Nathan Wagner +.SH SEE ALSO +.BR zpm (8)