aboutsummaryrefslogtreecommitdiff
blob: 9fe7194c9efe7e6075561392fb1225250ebd665e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.\" generated by mkman.py, please do NOT edit!
.TH qlist "1" "Jan 2024" "Gentoo Foundation" "qlist"
.SH NAME
qlist \- list files owned by pkgname
.SH SYNOPSIS
.B qlist
\fI[opts] <pkgname>\fR
.SH DESCRIPTION
\fIqlist\fR shows the contents, or a subset thereof, of an installed
package.  Alternatively, lists whether a package is installed,
optionally with version, USE-flag, SLOT or REPO information.  The
\fIpkgname\fR to query for does not have to be an exact match, it may be
part of it, e.g.\ an entire category, or any package with some string in
its name.  When no packages are given to match, \fIqlist\fR lists all
installed packages.
.SH OPTIONS
.TP
\fB\-I\fR, \fB\-\-installed\fR
Instead of listing the contents of a package, just print the package
name if the package is currently installed.
.TP
\fB\-k\fR, \fB\-\-binpkgs\fR
Operate on binary packages instead of installed packges.
.TP
\fB\-t\fR, \fB\-\-tree\fR
Used with \fB\-I\fR to list packages available in the tree.
.TP
\fB\-S\fR, \fB\-\-slots\fR
Display installed packages with slots (use twice for subslots).
.TP
\fB\-R\fR, \fB\-\-repo\fR
Display installed packages with repository the ebuild originated from.
This flag implies \fB\-I\fR.
.TP
\fB\-U\fR, \fB\-\-umap\fR
List USE-flags enabled when the package was installed.  This flag
implies \fB\-I\fR.
.TP
\fB\-c\fR, \fB\-\-columns\fR
Like \fB\-Iv\fR, but package name and version are separated by a
space for easy consumption by e.g.\ shell scripts which can read
space-separated columns.
.TP
\fB\-m\fR, \fB\-\-masks\fR
Filter matches for packages that are masked via the profiles.  In
particular useful in combination with \fB\-Itv\fR to find the latest
available version of a given package.
.TP
\fB\-\-showdebug\fR
Show /usr/lib/debug and /usr/src/debug files.
.TP
\fB\-e\fR, \fB\-\-exact\fR
Exact match (only CAT/PN or PN without PV).
.TP
\fB\-d\fR, \fB\-\-dir\fR
Only show directories.
.TP
\fB\-o\fR, \fB\-\-obj\fR
Only show objects.
.TP
\fB\-s\fR, \fB\-\-sym\fR
Only show symlinks.
.TP
\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
Print matched atom using given format string.
.TP
\fB\-\-root\fR \fI<arg>\fR
Set the ROOT env var.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
When used with \fB\-I\fR, print the package version next to name.
When listing the package contents, \fB\-v\fR displays symlinks with
an arrow (\->) to their target.  Shows disabled USE-flags when used
with \fB\-U\fR.
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Tighter output; suppress warnings.
.TP
\fB\-C\fR, \fB\-\-nocolor\fR
Don't output color.
.TP
\fB\-\-color\fR
Force color in output.
.TP
\fB\-h\fR, \fB\-\-help\fR
Print this help and exit.
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version and exit.

.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.br
Product: Gentoo Linux; Component: Current packages
.SH AUTHORS
.nf
Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
Fabian Groffen <grobian@gentoo.org>
.fi
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
.BR qkeyword (1),
.BR qlop (1),
.BR qmanifest (1),
.BR qmerge (1),
.BR qpkg (1),
.BR qsearch (1),
.BR qsize (1),
.BR qtbz2 (1),
.BR qtegrity (1),
.BR quse (1),
.BR qwhich (1),
.BR qxpak (1)