blob: 27b6e47a4c204cd04a18c7239c00f0cdd154ff10 (
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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH q "1" "August 2006" "Gentoo Foundation" "q"
.SH NAME
q \- manual page for q
.SH SYNOPSIS
.B q
\fI<applet> \fR[\fIarguments\fR]...
.SH DESCRIPTION
.SS "Currently defined applets:"
.IP
q <applet> <args> : virtual applet
.TP
qatom <pkg>
: split atom strings
.IP
qcache <action> <args> : search the metadata cache
qcheck <pkgname> : verify mtimes/digests
.TP
qdepends <pkgname>
: show dependency info
.TP
qfile <filename>
: list all pkgs owning files
.IP
qglsa <action> <list> : check GLSAs against system
qgrep <misc args> : grep in ebuilds
qlist <pkgname> : list files owned by pkgname
.TP
qlop <pkgname>
: emerge log analyzer
.TP
qmerge <pkgnames>
: fetch and merge binary package
.TP
qpkg <misc args>
: manipulate Gentoo binpkgs
.TP
qpy <misc args>
: python interface
.TP
qsearch <regex>
: search pkgname/desc
.TP
qsize <pkgname>
: calculate size usage
.TP
qtbz2 <misc args>
: manipulate tbz2 packages
.TP
quse <useflag>
: find pkgs using useflags
.TP
qxpak <misc args>
: manipulate xpak archives
.PP
Options: \fB\-[irmvqChV]\fR
.TP
\fB\-i\fR, \fB\-\-install\fR
* Install symlinks for applets
.TP
\fB\-r\fR, \fB\-\-reinitialize\fR
* Reinitialize ebuild cache
.TP
\fB\-m\fR, \fB\-\-metacache\fR
* Reinitialize metadata cache
.TP
\fB\-v\fR, \fB\-\-verbose\fR
* Make a lot of noise
.TP
\fB\-q\fR, \fB\-\-quiet\fR
* Tighter output; suppress warnings
.TP
\fB\-C\fR, \fB\-\-nocolor\fR
* Don't output color
.TP
\fB\-h\fR, \fB\-\-help\fR
* Print this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
* Print version and exit
.PP
$Id: q.1,v 1.19 2006/08/21 00:11:54 solar Exp $
|