aboutsummaryrefslogtreecommitdiff
blob: a830023642f21a1b6323129d4387edc45211c9fe (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
.TH qcheck "1" "Sep 2013" "Gentoo Foundation" "qcheck"
.SH NAME
qcheck \- verify integrity of installed packages
.SH SYNOPSIS
.B qcheck
\fI<opts> <pkgname>\fR
.SH DESCRIPTION

.SH OPTIONS
.TP
\fB\-a\fR, \fB\-\-all\fR
List all packages
.TP
\fB\-e\fR, \fB\-\-exact\fR
Exact match (only CAT/PN or PN without PV)
.TP
\fB\-s\fR \fI<arg>\fR, \fB\-\-skip\fR \fI<arg>\fR
Ignore files matching the regular expression <arg>
.TP
\fB\-u\fR, \fB\-\-update\fR
Update missing files, chksum and mtimes for packages
.TP
\fB\-A\fR, \fB\-\-noafk\fR
Ignore missing files
.TP
\fB\-B\fR, \fB\-\-badonly\fR
Only print pkgs containing bad files
.TP
\fB\-H\fR, \fB\-\-nohash\fR
Ignore differing/unknown file chksums
.TP
\fB\-T\fR, \fB\-\-nomtime\fR
Ignore differing file mtimes
.TP
\fB\-\-skip\-protected\fR
Ignore files in CONFIG_PROTECT-ed paths
.TP
\fB\-p\fR, \fB\-\-prelink\fR
Undo prelink when calculating checksums
.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

.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.br
Product: Portage Development; Component: Tools
.SH AUTHORS
.nf
Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
.fi
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
.BR qcache (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
.BR qpkg (1),
.BR qsearch (1),
.BR qsize (1),
.BR qtbz2 (1),
.BR quse (1),
.BR qxpak (1)